mirror of
https://github.com/grafana/grafana.git
synced 2025-02-14 17:43:35 -06:00
18 lines
328 B
JSON
18 lines
328 B
JSON
{
|
|
"extends": "@grafana/tsconfig",
|
|
"include": ["src", "types"],
|
|
"compilerOptions": {
|
|
"declaration": false,
|
|
"rootDir": "./src",
|
|
"baseUrl": "./src"
|
|
},
|
|
"ts-node": {
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es5",
|
|
"esModuleInterop": true
|
|
},
|
|
"transpileOnly": true
|
|
}
|
|
}
|