Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
4867af2f9c0f2fcb01850fe682b285c2aa1d50da
/
.
/
web
/
gui2
/
src
/
main
/
webapp
/
tsconfig.app.json
blob: d470edb0554ab60b6e68cb4ea87cbced0014e993 [
file
] [
log
] [
blame
]
{
"extends"
:
"../tsconfig.json"
,
"compilerOptions"
:
{
"outDir"
:
"../out-tsc/app"
,
"baseUrl"
:
"./"
,
"module"
:
"es2015"
,
"types"
:
[]
},
"exclude"
:
[
"tests/test.ts"
,
"**/*.spec.ts"
]
}