mirror of
https://github.com/grafana/grafana.git
synced 2024-11-28 03:34:15 -06:00
20 lines
419 B
JSON
20 lines
419 B
JSON
{
|
|
"compilerOptions": {
|
|
"declarationDir": "dist",
|
|
"outDir": "compiled",
|
|
"rootDirs": ["."],
|
|
"paths": {
|
|
"@grafana/data": ["."]
|
|
}
|
|
},
|
|
"exclude": ["dist", "node_modules"],
|
|
"extends": "@grafana/tsconfig",
|
|
"include": [
|
|
"src/**/*.ts*",
|
|
"typings/jest",
|
|
"../../public/app/types/jquery/*.ts",
|
|
"../../public/app/types/*.d.ts",
|
|
"../../public/app/types/sanitize-url.d.ts"
|
|
]
|
|
}
|