| 1234567891011121314 |
- {
- "compilerOptions": {
- "target": "es2020",
- "module": "commonjs",
- "outDir": "./dist",
- "strict": false,
- "strictPropertyInitialization": false,
- "esModuleInterop": true,
- "experimentalDecorators": true,
- "emitDecoratorMetadata": true,
- "skipLibCheck": true,
- "forceConsistentCasingInFileNames": true
- }
- }
|