12345678910111213 |
- {
- "compilerOptions": {
- "target": "ES6",
- "module": "commonjs",
- "sourceMap": true,
- "emitDecoratorMetadata": true,
- "experimentalDecorators": true,
- "removeComments": true,
- "noImplicitAny": true,
- "strictNullChecks": true,
- "noUnusedLocals": true
- }
- }
|