| 1234567891011121314 |
- {
- "compilerOptions": {
- "target": "ESNext",
- "module": "ESNext",
- "moduleResolution": "bundler",
- "skipLibCheck": true,
- "allowSyntheticDefaultImports": true,
- "esModuleInterop": true,
- "allowJs": true,
- "noEmit": true,
- "strict": true,
- "isolatedModules": true
- }
- }
|