{ "extends": "../tsconfig.base.json", "compilerOptions": { "composite": true, "module": "esnext", "moduleResolution": "node", "target": "esnext", // Specific overrides for Node context if needed "allowSyntheticDefaultImports": true }, "include": ["vite.config.js"] // Or .ts if you use TypeScript for Vite config }