{ "compilerOptions": { "jsx": "preserve", "jsxImportSource": "solid-js", "target": "ESNext", "allowSyntheticDefaultImports": true, "esModuleInterop": true, "isolatedModules": true, "module": "ESNext", "moduleResolution": "bundler", "noEmit": true, "strict": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "types": ["vite/client"] }, "include": ["src"] }