{ "compilerOptions": { "target": "ESNext", "module": "ESNext", "moduleResolution": "bundler", "allowSyntheticDefaultImports": true, "esModuleInterop": true, "jsx": "preserve", "jsxImportSource": "solid-js", "allowJs": true, "strict": true, "noEmit": true, "types": [ "@solidjs/start/env", "@testing-library/jest-dom", "vinxi/types/client", "vite-plugin-solid-svg/types-component-solid", "bun-types" ], "isolatedModules": true, "baseUrl": ".", "paths": { "~/*": [ "./src/*" ] }, "sourceMap": true } }