opencode / packages /codemode /tsconfig.json
SaylorTwift's picture
SaylorTwift HF Staff
Add files using upload-large-folder tool
e467551 verified
Raw
History Blame Contribute Delete
167 Bytes
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@tsconfig/bun/tsconfig.json",
"compilerOptions": {
"noUncheckedIndexedAccess": false
}
}