feat(codemode): add confined execution package (#35079)

This commit is contained in:
Aiden Cline
2026-07-03 00:19:11 -05:00
committed by GitHub
parent 379adee35c
commit 2409c7a3d5
20 changed files with 9109 additions and 15 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@tsconfig/bun/tsconfig.json",
"compilerOptions": {
"noUncheckedIndexedAccess": false
}
}