mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 18:34:52 -06:00
11 lines
213 B
JSON
11 lines
213 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"declarationDir": "dist",
|
||
|
"outDir": "compiled",
|
||
|
"rootDirs": ["."]
|
||
|
},
|
||
|
"exclude": ["dist", "node_modules"],
|
||
|
"extends": "@grafana/tsconfig",
|
||
|
"include": ["src/**/*.ts*"]
|
||
|
}
|