Gitiles
Code Review
Sign In
gerrit.nordix.org
/
oransc
/
nonrtric
/
deb5bb7b792ba3ac90e4c622cd804c83e4647b92
/
.
/
dashboard
/
webapp-frontend
/
src
/
tsconfig.app.json
blob: 190fd300b601e168a3d185dbfa2758ab73257479 [
file
] [
log
] [
blame
]
{
"extends"
:
"../tsconfig.json"
,
"compilerOptions"
:
{
"outDir"
:
"../out-tsc/app"
,
"types"
:
[]
},
"exclude"
:
[
"test.ts"
,
"**/*.spec.ts"
]
}