grafana/scripts/cli/tsconfig.json

16 lines
315 B
JSON

{
"compilerOptions": {
"moduleResolution": "node",
"module": "commonjs"
},
"extends": "../../tsconfig.json",
"ts-node": {
"transpileOnly": true,
"swc": true,
"compilerOptions": {
"module": "commonjs"
}
},
"include": ["./**/*.ts", "./**/*.mts", "./**/*.js", "./**/*.mjs"]
}