| 1234567891011121314151617 |
- {
- "compilerOptions": {
- "module": "commonjs",
- "noLib": false,
- "skipLibCheck": true,
- "lib": ["es2017", "esnext.asynciterable"],
- "allowSyntheticDefaultImports": true,
- "esModuleInterop": true,
- "emitDecoratorMetadata": true,
- "experimentalDecorators": true,
- "target": "es2017",
- "strict": true,
- "strictPropertyInitialization": false,
- "sourceMap": false,
- "newLine": "LF"
- }
- }
|