| 12345678910111213 |
- {
- "compilerOptions": {
- "composite": true,
- "skipLibCheck": true,
- "module": "ESNext",
- "moduleResolution": "bundler",
- "allowSyntheticDefaultImports": true,
- "target": "ESNext",
- "strict": true,
- "outDir": "./dist"
- },
- "include": ["vite.config.*"]
- }
|