cloudaxe-opencode/packages/cli/tsconfig.json

11 lines
277 B
JSON
Raw Normal View History

2026-05-30 03:12:12 +00:00
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@tsconfig/bun/tsconfig.json",
"compilerOptions": {
"jsx": "preserve",
"jsxImportSource": "@opentui/solid",
"lib": ["ESNext", "DOM", "DOM.Iterable"],
2026-05-30 03:12:12 +00:00
"noUncheckedIndexedAccess": false
}
}