Sign in
android
/
platform
/
development
/
656beea84
/
.
/
tools
/
motion
/
motion_test_watcher_app
/
tsconfig.app.json
blob: 374cc9d294aabd995598a0a2ad4eb99cf0ea3dfd [
file
] [
log
] [
blame
]
/*
To
learn more about this file see
:
https
://
angular
.
io
/
config
/
tsconfig
.
*/
{
"extends"
:
"./tsconfig.json"
,
"compilerOptions"
:
{
"outDir"
:
"./out-tsc/app"
,
"types"
:
[]
},
"files"
:
[
"src/main.ts"
],
"include"
:
[
"src/**/*.d.ts"
]
}