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