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