2 "compileOnSave": false,
4 "downlevelIteration": true,
5 "outDir": "./dist/out-tsc",
8 "moduleResolution": "node",
10 "emitDecoratorMetadata": true,
11 "experimentalDecorators": true,
12 "noImplicitAny": true,
13 "noImplicitThis": true,
14 "suppressImplicitAnyIndexErrors":true,
16 "strictBindCallApply": true,
27 "@app/*": [ "src/app/*" ],
28 "@shared/*": [ "../shared/*" ],
29 "video.js": [ "node_modules/video.js/dist/alt/video.core.js" ],
30 "fs": [ "src/shims/noop" ],
31 "http": [ "src/shims/http" ],
32 "https": [ "src/shims/https" ],
33 "path": [ "src/shims/path" ],
34 "stream": [ "src/shims/noop" ],
35 "crypto": [ "src/shims/noop" ]
38 "angularCompilerOptions": {
39 "strictInjectionParameters": true,
40 "fullTemplateTypeCheck": true