Gitiles
Code Review
Sign In
gerrit.nordix.org
/
oransc
/
nonrtric
/
471200592f250c2de77cd4eb1a965da929f210fb
/
.
/
dashboard
/
webapp-frontend
/
src
/
tsconfig.app.json
blob: 190fd300b601e168a3d185dbfa2758ab73257479 [
file
] [
log
] [
blame
]
PatrikBuhr
a2bc79c
2019-10-29 13:39:00 +0100
[
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
}