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