{ "compilerOptions": { "target": "ES2022", "lib": ["ES2022"], "module": "ESNext", "moduleResolution": "bundler", "strict": true, "skipLibCheck": true, "noEmit": true, "allowSyntheticDefaultImports": true }, "include": ["electron.vite.config.ts"] }