cloudaxe-opencode/packages/script/tsconfig.json

9 lines
213 B
JSON
Raw Normal View History

2025-10-14 18:34:19 +00:00
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@tsconfig/bun/tsconfig.json",
"compilerOptions": {
"lib": ["ESNext", "DOM", "DOM.Iterable"],
"noUncheckedIndexedAccess": false
}
}