mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 02:40:26 -06:00
16 lines
419 B
JSON
16 lines
419 B
JSON
{
|
|
"compilerOptions": {
|
|
"declarationDir": "dist/src",
|
|
"module": "commonjs",
|
|
"outDir": "dist/src",
|
|
"rootDirs": ["."],
|
|
"paths": {
|
|
"@grafana/toolkit": ["."]
|
|
},
|
|
"useUnknownInCatchVariables": false
|
|
},
|
|
"exclude": ["dist", "node_modules"],
|
|
"extends": "@grafana/tsconfig",
|
|
"include": ["src/**/*.ts", "../../public/app/types/jquery/*.ts", "../../public/app/types/sanitize-url.d.ts"]
|
|
}
|