Add E2B PTY, LSP, and code runtime providers

This commit is contained in:
Tianyi Cui
2026-08-08 22:19:10 +08:00
parent e7b682f1f6
commit 6667102890
82 changed files with 5462 additions and 644 deletions
@@ -0,0 +1,20 @@
{
"extends": "../../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "lib/types"
},
"include": ["src"],
"references": [
{ "path": "../../../vendor/cosmokit" },
{ "path": "../../../vendor/cordis" },
{ "path": "../../../vendor/schemastery" },
{ "path": "../code-runtime" },
{ "path": "../code-runtime-worker" },
{ "path": "../../e2b/e2b" },
{ "path": "../../core/session" },
{ "path": "../../subprocess/subprocess-e2b" },
{ "path": "../../util/timeout" },
{ "path": "../../support/invariants" }
]
}