Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
CESNET
/
Netopeer2GUI
/
763f2e432de1e5618adcd270a5a525b9281e585f
/
.
/
frontend
/
src
/
tsconfig.app.json
blob: 190fd300b601e168a3d185dbfa2758ab73257479 [
file
] [
log
] [
blame
]
{
"extends"
:
"../tsconfig.json"
,
"compilerOptions"
:
{
"outDir"
:
"../out-tsc/app"
,
"types"
:
[]
},
"exclude"
:
[
"test.ts"
,
"**/*.spec.ts"
]
}