Sign in
eclipse
/
openk-usermodules
/
org.eclipse.openk-usermodules.elogbookFE
/
8ed87c6b809800ae1b5b7bdb5541b0c7fe6e59b0
/
.
/
src
/
tsconfig.app.json
blob: 4042cd5161f642200b8efac99f5dafcadab68b85 [
file
] [
log
] [
blame
]
{
"extends"
:
"../tsconfig.json"
,
"compilerOptions"
:
{
"outDir"
:
"../out-tsc/app"
,
"module"
:
"es2015"
,
"baseUrl"
:
""
,
"types"
:
[]
},
"exclude"
:
[
"test.ts"
,
"**/*.spec.ts"
,
"**/app/testing/*.ts"
]
}