opencode/packages/server/tsconfig.json
2026-06-04 00:38:42 -04:00

7 lines
167 B
JSON

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