Sign in
apache
/
ambari
/
56ffa1e2236a517741ef22fb6ea19ff2a3414341
/
.
/
ambari-logsearch
/
ambari-logsearch-web
/
src
/
tsconfig.spec.json
blob: 510e3f1fdae16c04db35a215260837dedf236a43 [
file
] [
log
] [
blame
]
{
"extends"
:
"../tsconfig.json"
,
"compilerOptions"
:
{
"outDir"
:
"../out-tsc/spec"
,
"module"
:
"commonjs"
,
"target"
:
"es5"
,
"baseUrl"
:
""
,
"types"
:
[
"jasmine"
,
"node"
]
},
"files"
:
[
"test.ts"
],
"include"
:
[
"**/*.spec.ts"
,
"**/*.d.ts"
]
}