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