3 "esModuleInterop": true,
6 "declarationMap": false,
8 "emitDecoratorMetadata": true,
9 "experimentalDecorators": true,
11 "moduleResolution": "node",
12 "noFallthroughCasesInSwitch": true,
14 "noImplicitAny": true,
15 "noImplicitReturns": true,
16 "noImplicitThis": true,
17 "noUnusedLocals": true,
18 "noUnusedParameters": true,
19 "removeComments": false,
22 "strictNullChecks": true,
26 "include": ["lib/**/*", "bin/**/*", "index.ts", "tsconfig.json"],
27 "exclude": ["**/*.spec.ts", "dist"]