{ "compilerOptions": { "composite": true, "target": "ESNext", "module": "esnext", "moduleResolution": "bundler", "strict": true, "allowSyntheticDefaultImports": true }, "include": ["vite.config.ts"] }