| 1234567891011121314 |
- {
- "compilerOptions": {
- "target": "esnext",
- "module": "commonjs",
- "declaration": true,
- "composite": true,
- "declarationMap": true,
- "incremental": true,
- "strict": true,
- "esModuleInterop": true,
- "resolveJsonModule": true,
- "skipLibCheck": true
- }
- }
|