2018-12-20 09:56:46 -06:00
|
|
|
{
|
2019-07-10 05:50:52 -05:00
|
|
|
"extends": "../tsconfig.json",
|
2019-02-15 03:49:10 -06:00
|
|
|
"include": ["src/**/*.ts", "src/**/*.tsx"],
|
|
|
|
"exclude": ["dist", "node_modules"],
|
2018-12-20 09:56:46 -06:00
|
|
|
"compilerOptions": {
|
2019-01-09 02:40:57 -06:00
|
|
|
"rootDirs": [".", "stories"],
|
|
|
|
"typeRoots": ["./node_modules/@types", "types"],
|
2019-09-23 06:26:05 -05:00
|
|
|
"baseUrl": "./node_modules/@types",
|
|
|
|
"paths": {
|
|
|
|
"@grafana/slate-react": ["slate-react"]
|
|
|
|
},
|
2019-07-10 05:50:52 -05:00
|
|
|
"declarationDir": "dist",
|
|
|
|
"outDir": "compiled"
|
2019-02-15 03:49:10 -06:00
|
|
|
}
|
2018-12-20 09:56:46 -06:00
|
|
|
}
|