feat: experimental codemode (#34677)

This commit is contained in:
Aiden Cline
2026-07-02 23:48:34 -05:00
committed by GitHub
parent b160449c01
commit 599d0b4e36
37 changed files with 11329 additions and 45 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@tsconfig/bun/tsconfig.json",
"compilerOptions": {
"noUncheckedIndexedAccess": false
}
}