2019-06-18 10:17:27 -05:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
2019-07-10 05:50:52 -05:00
|
|
|
"declarationDir": "dist",
|
2020-02-07 19:40:04 -06:00
|
|
|
"outDir": "compiled",
|
|
|
|
"rootDirs": ["."],
|
2021-10-27 08:21:07 -05:00
|
|
|
"paths": {
|
|
|
|
"@grafana/data": ["."]
|
2022-04-11 02:41:03 -05:00
|
|
|
}
|
2020-02-07 19:40:04 -06:00
|
|
|
},
|
|
|
|
"exclude": ["dist", "node_modules"],
|
|
|
|
"extends": "@grafana/tsconfig",
|
2020-11-18 08:18:55 -06:00
|
|
|
"include": [
|
|
|
|
"src/**/*.ts*",
|
|
|
|
"typings/jest",
|
|
|
|
"../../public/app/types/jquery/*.ts",
|
2021-10-27 08:21:07 -05:00
|
|
|
"../../public/app/types/*.d.ts",
|
2020-11-18 08:18:55 -06:00
|
|
|
"../../public/app/types/sanitize-url.d.ts"
|
|
|
|
]
|
2019-06-18 10:17:27 -05:00
|
|
|
}
|