mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 17:06:57 -06:00
c712c31721
* build(themes): use SWC to speed up template builds * chore: remove superfluous dev deps
11 lines
196 B
JSON
11 lines
196 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs"
|
|
},
|
|
"extends": "../../tsconfig.json",
|
|
"ts-node": {
|
|
"transpileOnly": true,
|
|
"transpiler": "ts-node/transpilers/swc-experimental"
|
|
}
|
|
}
|