| { | |
| "compilerOptions": { | |
| "composite": true, | |
| "target": "ES2022", | |
| "lib": ["ES2023"], | |
| "module": "ESNext", | |
| "types": ["node"], | |
| "skipLibCheck": true, | |
| "moduleResolution": "bundler", | |
| "allowSyntheticDefaultImports": true, | |
| "strict": true | |
| }, | |
| "include": ["vite.config.ts", "tailwind.config.ts"] | |
| } | |