{ "compilerOptions": { "target": "ESNext", "lib": ["DOM", "DOM.Iterable", "ESNext"], "module": "ESNext", "moduleResolution": "bundler", "allowSyntheticDefaultImports": true, "esModuleInterop": true, "jsx": "preserve", "jsxImportSource": "solid-js", "allowJs": true, "strict": true, "skipLibCheck": true, "noEmit": true, "types": ["vite/client", "node"], "isolatedModules": true, "paths": { "~/*": ["./src/*"] } } }