{ "$schema": "https://www.schemastore.org/tsconfig", "extends": ["@tsconfig/bun/tsconfig.json"], "compilerOptions": { "jsx": "preserve", "jsxImportSource": "solid-js", "lib": ["ESNext", "DOM"], "types": ["bun-types", "vite/client"] }, "include": ["src", "package.json"], "exclude": ["dist"] }