| 1234567891011 |
- {
- // Client-side compiler shape shared by tsconfig.client.json and every
- // packages/client/* package: browser lib surface, React JSX, no ambient
- // node types (packages that need them override locally).
- "extends": "./tsconfig.base.json",
- "compilerOptions": {
- "jsx": "react-jsx",
- "lib": ["ES2024", "DOM", "DOM.Iterable"],
- "types": []
- }
- }
|