123456789101112131415 |
- {
- "compilerOptions": {
- "target": "ES6",
- "module": "commonjs",
- "sourceMap": true,
- "emitDecoratorMetadata": true,
- "experimentalDecorators": true,
- "removeComments": true,
- "noImplicitAny": true
- },
- "exclude": [
- "node_modules",
- "test"
- ]
- }
|