mirror of
https://github.com/grafana/grafana.git
synced 2024-11-24 09:50:29 -06:00
17 lines
479 B
JSON
17 lines
479 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": "node_modules/@types",
|
|
"declarationDir": "dist",
|
|
"outDir": "compiled",
|
|
"paths": {
|
|
"@grafana/slate-react": ["slate-react"],
|
|
"@grafana/ui": ["."]
|
|
},
|
|
"rootDirs": [".", "stories"],
|
|
"typeRoots": ["node_modules/@types"]
|
|
},
|
|
"exclude": ["dist", "node_modules"],
|
|
"extends": "@grafana/tsconfig",
|
|
"include": ["src/**/*.ts*", "../../public/app/types/sanitize-url.d.ts", "../../public/app/types/svg.d.ts"]
|
|
}
|