2020-04-07 00:04:24 -07:00
|
|
|
{
|
2023-04-28 14:33:16 +02:00
|
|
|
"extends": "@grafana/tsconfig",
|
2020-04-07 00:04:24 -07:00
|
|
|
"include": ["src", "types"],
|
|
|
|
|
"compilerOptions": {
|
2023-04-28 14:33:16 +02:00
|
|
|
"declaration": false,
|
2020-04-07 00:04:24 -07:00
|
|
|
"rootDir": "./src",
|
2021-10-27 14:21:07 +01:00
|
|
|
"baseUrl": "./src"
|
2023-04-26 11:45:34 +02:00
|
|
|
},
|
|
|
|
|
"ts-node": {
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"module": "commonjs",
|
|
|
|
|
"target": "es5",
|
|
|
|
|
"esModuleInterop": true
|
|
|
|
|
},
|
|
|
|
|
"transpileOnly": true
|
2020-04-07 00:04:24 -07:00
|
|
|
}
|
|
|
|
|
}
|