| 12345678910111213141516171819 |
- {
- "compilerOptions": {
- "module": "commonjs",
- "declaration": true,
- "noImplicitAny": false,
- "removeComments": true,
- "noLib": false,
- "skipLibCheck": true,
- "lib": ["es2017"],
- "allowSyntheticDefaultImports": true,
- "emitDecoratorMetadata": true,
- "experimentalDecorators": true,
- "target": "es6",
- "strict": true,
- "strictPropertyInitialization": false,
- "sourceMap": true,
- "baseUrl": "./src"
- }
- }
|