| 123456789101112131415161718 |
- {
- "extends": "../tsconfig.json",
- "compilerOptions": {
- "declaration": true,
- "noImplicitAny": false,
- "removeComments": true,
- "noLib": false,
- "skipLibCheck": true,
- "lib": ["es2017", "esnext.asynciterable"],
- "allowSyntheticDefaultImports": true,
- "emitDecoratorMetadata": true,
- "experimentalDecorators": true,
- "target": "es6",
- "strict": true,
- "strictPropertyInitialization": false,
- "sourceMap": true
- }
- }
|