mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 02:40:26 -06:00
13 lines
332 B
JSON
13 lines
332 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": "./",
|
|
"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"]
|
|
}
|