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