Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
56048ee8e55c6b717231614db6f1f2438b2127a5
/
.
/
web
/
gui2-topo-lib
/
projects
/
gui2-topo-tester
/
tsconfig.app.json
blob: bb16c46af5041d258be5176dff31dcd4856602c4 [
file
] [
log
] [
blame
]
Sean Condon
ff85fbe
2019-03-16 14:28:46 +0000
[
diff
] [
blame
]
1
{
2
"extends"
:
"../../tsconfig.json"
,
3
"compilerOptions"
:
{
4
"outDir"
:
"../../out-tsc/app"
,
5
"types"
:
[]
6
},
7
"exclude"
:
[
8
"test.ts"
,
9
"**/*.spec.ts"
10
]
11
}