2 "compileOnSave": false,
4 "outDir": "./dist/out-tsc",
7 "moduleResolution": "node",
9 "emitDecoratorMetadata": true,
10 "experimentalDecorators": true,
11 "noImplicitAny": true,
12 "noImplicitThis": true,
13 "suppressImplicitAnyIndexErrors":true,
30 "@app/*": [ "app/*" ],
31 "@shared/*": [ "../../shared/*" ],
32 "video.js": [ "../node_modules/video.js/dist/alt/video.core.js" ],
33 "fs": [ "./shims/noop" ],
34 "http": [ "./shims/http" ],
35 "https": [ "./shims/https" ],
36 "path": [ "./shims/path" ],
37 "stream": [ "./shims/noop" ],
38 "crypto": [ "./shims/noop" ]
41 "angularCompilerOptions": {
42 "strictInjectionParameters": true,
43 "fullTemplateTypeCheck": true