Fix isCrewSelected method to handle undefined crew value
[allerta-vvf.git] / frontend / tsconfig.spec.json
blob092345b02e807773164dba19f2b4d1f4ab869f67
1 /* To learn more about this file see: https://angular.io/config/tsconfig. */
3   "extends": "./tsconfig.json",
4   "compilerOptions": {
5     "outDir": "./out-tsc/spec",
6     "types": [
7       "jasmine"
8     ]
9   },
10   "files": [
11     "src/test.ts",
12     "src/polyfills.ts"
13   ],
14   "include": [
15     "src/**/*.spec.ts",
16     "src/**/*.d.ts"
17   ]