opencode/packages/util/tsconfig.json
2026-07-19 20:39:55 -04:00

7 lines
167 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@tsconfig/bun/tsconfig.json",
"compilerOptions": {
"noUncheckedIndexedAccess": false
}
}