cloudaxe-opencode/packages/cli/tsconfig.json

12 lines
313 B
JSON
Raw Permalink 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
2026-07-17 12:45:06 +00:00
},
"exclude": ["dist", "dist-node"]
2026-05-30 03:12:12 +00:00
}