Sign in
apache
/
streampipes
/
refs/heads/2404-migrate-data-explorer-time-series-chart-to-echarts
/
.
/
ui
/
src
/
tsconfig.app.json
blob: d0f5c0e9354c689dc673c40608def81356197d66 [
file
] [
log
] [
blame
]
{
"extends"
:
"../tsconfig.json"
,
"compilerOptions"
:
{
"outDir"
:
"../out-tsc/app"
,
"baseUrl"
:
"./"
,
"types"
:
[]
},
"files"
:
[
"main.ts"
,
"polyfills.ts"
],
"include"
:
[
"src/**/*.d.ts"
]
}