feat: experimental codemode (#34677)

This commit is contained in:
Aiden Cline 2026-07-02 23:48:34 -05:00 committed by GitHub
commit cb93114424
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
37 changed files with 11329 additions and 45 deletions

View file

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