3 "outDir": "build/dist",
14 "moduleResolution": "node",
17 "forceConsistentCasingInFileNames": true,
18 "noImplicitReturns": true,
19 "noImplicitThis": true,
20 "noImplicitAny": false,
21 "strictNullChecks": true,
22 "suppressImplicitAnyIndexErrors": true,
23 "noUnusedLocals": false,
24 "experimentalDecorators": true,
25 "emitDecoratorMetadata": true,
27 "esModuleInterop": true,
28 "allowSyntheticDefaultImports": true,
30 "resolveJsonModule": true,
31 "isolatedModules": true,
34 "alwaysStrict": false,
35 "strictFunctionTypes": false,
36 "strictPropertyInitialization": false,