repo.or.cz
/
allerta-vvf.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Fix isCrewSelected method to handle undefined crew value
[allerta-vvf.git]
/
frontend
/
tsconfig.app.json
blob
b120c1d484385ba9ff38adebb50e94565118368a
1
/* To learn more about this file see: https://angular.io/config/tsconfig. */
2
{
3
"extends": "./tsconfig.json",
4
"compilerOptions": {
5
"outDir": "./out-tsc/app",
6
"types": ["node"]
7
},
8
"files": [
9
"src/main.ts",
10
"src/polyfills.ts"
11
],
12
"include": [
13
"src/**/*.d.ts"
14
]
15
}