grafana/scripts/cli/tsconfig.json

11 lines
155 B
JSON
Raw Normal View History

2019-02-11 03:32:17 -06:00
{
"compilerOptions": {
"module": "commonjs"
},
"extends": "../../tsconfig.json",
"ts-node": {
"transpileOnly": true,
"swc": true
}
2019-02-11 03:32:17 -06:00
}