| 1234567891011 |
- {
- "$schema": "https://json.schemastore.org/tsconfig",
- "extends": "@tsconfig/bun/tsconfig.json",
- "compilerOptions": {
- "jsx": "preserve",
- "jsxImportSource": "@opentui/solid",
- "lib": ["ESNext", "DOM", "DOM.Iterable"],
- "noUncheckedIndexedAccess": false
- },
- "references": [{ "path": "../core" }]
- }
|