Files
grafana/scripts/cli/tsconfig.json
T

11 lines
196 B
JSON
Raw Normal View History

2019-02-11 10:32:17 +01:00
{
"compilerOptions": {
"module": "commonjs"
2020-02-07 20:40:04 -05:00
},
"extends": "../../tsconfig.json",
"ts-node": {
"transpileOnly": true,
"transpiler": "ts-node/transpilers/swc-experimental"
}
2019-02-11 10:32:17 +01:00
}