mirror of
https://github.com/grafana/grafana.git
synced 2024-12-02 05:29:42 -06:00
12 lines
291 B
JSON
12 lines
291 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"include": ["src/**/*.ts", "src/**/*.tsx"],
|
|
"exclude": ["dist", "node_modules"],
|
|
"compilerOptions": {
|
|
"rootDirs": [".", "stories"],
|
|
"typeRoots": ["./node_modules/@types", "types"],
|
|
"declarationDir": "dist",
|
|
"outDir": "compiled"
|
|
}
|
|
}
|