Gitiles
Code Review
Sign In
gerrit.nordix.org
/
oransc
/
nonrtric
/
471200592f250c2de77cd4eb1a965da929f210fb
/
.
/
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"
]
}