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