21 lines
514 B
JSON
21 lines
514 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"declarationDir": "dist",
|
|
"outDir": "compiled",
|
|
"rootDirs": ["."],
|
|
"paths": {
|
|
"@grafana/slate-react": ["../grafana-ui/node_modules/@types/slate-react"]
|
|
},
|
|
"typeRoots": ["node_modules/@types"]
|
|
},
|
|
"exclude": ["dist", "node_modules"],
|
|
"extends": "@grafana/tsconfig",
|
|
"include": [
|
|
"src/**/*.ts*",
|
|
"../../public/app/types/jquery/*.ts",
|
|
"../../public/app/types/sanitize-url.d.ts",
|
|
"../../public/app/types/svg.d.ts"
|
|
]
|
|
}
|