5 "noImplicitAny": false,
7 "experimentalDecorators": true,
8 "emitDecoratorMetadata": true,
10 "removeComments": true,
11 "esModuleInterop": true,
12 "forceConsistentCasingInFileNames": true,
23 "@server/*": [ "server/*" ],
24 "@shared/*": [ "shared/*" ],
25 "@client/*": [ "client/src/*" ]
27 "resolveJsonModule": true,
29 "strictBindCallApply": true,
30 "allowUnreachableCode": false,
31 "allowUnusedLabels": false,
32 "noFallthroughCasesInSwitch": true,
33 "noUnusedLocals": true,
36 "declarationMap": true