2026-07-28 10:05:30 +08:00
|
|
|
{
|
|
|
|
|
"extends": "../../../tsconfig.base.json",
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"rootDir": "src",
|
|
|
|
|
"outDir": "lib/types"
|
|
|
|
|
},
|
|
|
|
|
"include": ["src"],
|
|
|
|
|
"references": [
|
|
|
|
|
{
|
|
|
|
|
"path": "../../../vendor/cosmokit"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "../../../vendor/cordis"
|
|
|
|
|
},
|
|
|
|
|
{
|
2026-07-28 14:52:37 +08:00
|
|
|
"path": "../e2b"
|
2026-07-28 10:05:30 +08:00
|
|
|
},
|
|
|
|
|
{
|
2026-07-28 14:52:37 +08:00
|
|
|
"path": "../../fs/fs"
|
2026-07-28 10:05:30 +08:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "../../support/invariants"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|