mirror of
https://github.com/grafana/grafana.git
synced 2025-02-13 09:05:45 -06:00
12 lines
254 B
JSON
12 lines
254 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"declarationDir": "dist",
|
||
|
"outDir": "compiled",
|
||
|
"rootDirs": ["."],
|
||
|
"typeRoots": ["node_modules/@types"]
|
||
|
},
|
||
|
"exclude": ["dist", "node_modules"],
|
||
|
"extends": "@grafana/tsconfig",
|
||
|
"include": ["src/**/*.ts"]
|
||
|
}
|