123456789101112131415161718 |
- {
- "compilerOptions": {
- "outDir": "test-tmp",
- "target": "ES6",
- "module": "commonjs",
- "inlineSourceMap": true,
- "inlineSources": true,
- "emitDecoratorMetadata": true,
- "experimentalDecorators": true,
- "removeComments": true,
- "noImplicitAny": true,
- "strictNullChecks": true,
- "noUnusedLocals": true
- },
- "exclude": [
- "node_modules"
- ]
- }
|