2015-09-15 06:23:36 -05:00
|
|
|
{
|
2018-07-25 09:16:33 -05:00
|
|
|
"compilerOptions": {
|
2020-04-03 15:48:41 -05:00
|
|
|
"jsx": "react",
|
2020-02-07 19:40:04 -06:00
|
|
|
"baseUrl": "public/",
|
2018-07-25 09:16:33 -05:00
|
|
|
"outDir": "public/dist",
|
|
|
|
"paths": {
|
2020-02-07 19:40:04 -06:00
|
|
|
"@grafana/slate-react": ["../node_modules/@types/slate-react"],
|
|
|
|
"app": ["app/"],
|
|
|
|
"sass": ["sass/"]
|
2019-03-25 06:08:28 -05:00
|
|
|
},
|
2020-02-07 19:40:04 -06:00
|
|
|
"rootDirs": ["public/"],
|
2020-04-02 06:34:16 -05:00
|
|
|
"typeRoots": ["node_modules/@types", "public/app/types"],
|
|
|
|
"allowJs": true
|
2018-07-25 09:16:33 -05:00
|
|
|
},
|
2020-02-07 19:40:04 -06:00
|
|
|
"extends": "@grafana/tsconfig/base.json",
|
2020-04-02 06:34:16 -05:00
|
|
|
"include": [
|
|
|
|
"public/app/**/*.ts*",
|
|
|
|
"public/e2e-test/**/*.ts",
|
|
|
|
"public/test/**/*.ts",
|
|
|
|
"public/vendor/**/*.ts",
|
|
|
|
"packages/jaeger-ui-components/typings"
|
|
|
|
]
|
2018-08-30 01:33:29 -05:00
|
|
|
}
|