123456789101112131415 |
- {
- "compilerOptions": {
- "module": "commonjs",
- "declaration": false,
- "removeComments": true,
- "emitDecoratorMetadata": true,
- "experimentalDecorators": true,
- "target": "es6",
- "sourceMap": false,
- "esModuleInterop": true,
- "outDir": "./dist",
- "baseUrl": "./"
- },
- "exclude": ["node_modules"]
- }
|