{ "compilerOptions": { "strict": true, "target": "ESNext", "module": "NodeNext", "moduleResolution": "nodenext", "allowSyntheticDefaultImports": true, "allowImportingTsExtensions": true, "esModuleInterop": true, "jsx": "preserve", "jsxImportSource": "solid-js", "types": ["vite/client"], "noEmit": true, "isolatedModules": true } }