mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
14 lines
295 B
JSON
14 lines
295 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"baseUrl": "./",
|
||
|
"declarationDir": "./compiled",
|
||
|
"emitDeclarationOnly": true,
|
||
|
"isolatedModules": true,
|
||
|
"rootDirs": ["."],
|
||
|
"resolveJsonModule": true
|
||
|
},
|
||
|
"exclude": ["dist/**/*"],
|
||
|
"extends": "@grafana/tsconfig",
|
||
|
"include": ["src/**/*.ts"]
|
||
|
}
|