12345678910111213141516171819 |
- {
- "compilerOptions": {
- "composite": true,
- "skipLibCheck": true,
- "module": "ESNext",
- "moduleResolution": "node",
- "allowSyntheticDefaultImports": true,
- "baseUrl": "./",
- "paths": {
- "@": [
- "src"
- ],
- "@/*": [
- "src/*"
- ]
- }
- },
- "include": ["vite.config.ts"]
- }
|