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