mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 18:30:41 -06:00
14 lines
354 B
JSON
14 lines
354 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": "./",
|
|
"declarationDir": "./compiled",
|
|
"emitDeclarationOnly": true,
|
|
"isolatedModules": true,
|
|
"strict": true,
|
|
"rootDirs": ["."],
|
|
},
|
|
"exclude": ["dist/**/*"],
|
|
"extends": "@grafana/tsconfig",
|
|
"include": ["src/**/*.ts*", "../../public/app/types/*.d.ts", "../grafana-ui/src/types/*.d.ts"],
|
|
}
|