mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 15:59:23 +08:00
15 lines
246 B
JSON
15 lines
246 B
JSON
{
|
|
"compilerOptions": {
|
|
"moduleResolution": "node",
|
|
"module": "commonjs"
|
|
},
|
|
"extends": "../../tsconfig.json",
|
|
"ts-node": {
|
|
"transpileOnly": true,
|
|
"swc": true,
|
|
"compilerOptions": {
|
|
"module": "commonjs"
|
|
}
|
|
}
|
|
}
|