{ "$schema": "https://json.schemastore.org/tsconfig", "extends": "@tsconfig/bun/tsconfig.json", "compilerOptions": { "jsx": "preserve", "jsxImportSource": "solid-js", "types": ["vite/client"], "lib": ["DOM", "DOM.Iterable"], "paths": { "@/*": ["./src/*"] } } }