| 12345678910111213141516 |
- {
- "compilerOptions": {
- "target": "es2024",
- "module": "esnext",
- "moduleResolution": "bundler",
- "declaration": true,
- "emitDeclarationOnly": true,
- "composite": true,
- "incremental": true,
- "skipLibCheck": true,
- "esModuleInterop": true,
- "allowImportingTsExtensions": true,
- "strict": true,
- "types": ["node"]
- }
- }
|