cloudaxe-opencode/packages/cli/tsconfig.json

8 lines
167 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": {
"noUncheckedIndexedAccess": false
}
}