{ "compilerOptions": { "target": "ES2020", "module": "ESNext", "moduleResolution": "bundler", "noEmit": true, "allowJs": true, "checkJs": true, "strict": true, /* Preact Config */ "jsx": "react-jsx", "jsxImportSource": "preact", "skipLibCheck": true, "paths": { "@/*": ["./src/*"], }, "allowSyntheticDefaultImports": true }, "include": ["node_modules/vite/client.d.ts", "**/*"] }