2019-06-28 14:11:12 +02:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
2020-02-07 20:40:04 -05:00
|
|
|
"declarationDir": "dist/src",
|
2019-06-28 14:11:12 +02:00
|
|
|
"module": "commonjs",
|
|
|
|
|
"outDir": "dist/src",
|
2020-02-07 20:40:04 -05:00
|
|
|
"rootDirs": ["."],
|
2021-10-27 14:21:07 +01:00
|
|
|
"paths": {
|
|
|
|
|
"@grafana/toolkit": ["."]
|
|
|
|
|
},
|
2021-09-22 12:15:37 -07:00
|
|
|
"useUnknownInCatchVariables": false
|
2020-02-07 20:40:04 -05:00
|
|
|
},
|
|
|
|
|
"exclude": ["dist", "node_modules"],
|
|
|
|
|
"extends": "@grafana/tsconfig",
|
2020-04-20 07:37:38 +02:00
|
|
|
"include": ["src/**/*.ts", "../../public/app/types/jquery/*.ts", "../../public/app/types/sanitize-url.d.ts"]
|
2019-06-28 14:11:12 +02:00
|
|
|
}
|