Files
opencode/packages/tui/tsconfig.json
2026-07-16 18:54:39 +00:00

12 lines
326 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@tsconfig/bun/tsconfig.json",
"compilerOptions": {
"jsx": "preserve",
"jsxImportSource": "@opentui/solid",
"lib": ["ESNext", "DOM", "DOM.Iterable"],
"noUncheckedIndexedAccess": false
},
"exclude": ["test/theme/gallery/scenario.ts"]
}