5 "noImplicitAny": false,
7 "experimentalDecorators": true,
8 "emitDecoratorMetadata": true,
10 "removeComments": true,
11 "strictBindCallApply": true,
12 "esModuleInterop": true,
13 "forceConsistentCasingInFileNames": true,
23 "node_modules/@types",
24 "client/node_modules/@types"
28 "@server/*": [ "server/*" ],
29 "@shared/*": [ "shared/*" ],
30 "@client/*": [ "client/src/*" ]
32 "resolveJsonModule": true,
36 "declarationMap": true