opencode_offline/packages/script/tsconfig.json

9 lines
213 B
JSON
Raw Normal View History

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