{ "compilerOptions": { "allowSyntheticDefaultImports": true, "esModuleInterop": true, "resolveJsonModule": true, "target": "ESNext", "module": "ESNext", "moduleResolution": "node", "jsxImportSource": "solid-js", "jsx": "preserve", "strict": true, "types": [ "solid-start/env" ], "baseUrl": "./", "paths": { "~/*": [ "./src/*" ] } } }