mirror of
https://github.com/grafana/grafana.git
synced 2024-11-30 12:44:10 -06:00
50fb1497e5
Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com>
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
|
|
}
|
|
}
|