mirror of
https://github.com/grafana/grafana.git
synced 2024-12-02 05:29:42 -06:00
13 lines
337 B
JSON
13 lines
337 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"alwaysStrict": true,
|
||
|
"declarationDir": "./compiled",
|
||
|
"emitDeclarationOnly": true,
|
||
|
"isolatedModules": true,
|
||
|
"rootDirs": ["."]
|
||
|
},
|
||
|
"exclude": ["dist/**/*"],
|
||
|
"extends": "@grafana/tsconfig",
|
||
|
"include": ["src/**/*.ts*", "../../public/app/types/*.d.ts", "../grafana-ui/src/types/*.d.ts"]
|
||
|
}
|