chore: 统一 Node/TypeScript 配置并修复桌面端类型环境

This commit is contained in:
2026-02-07 05:53:38 +08:00
parent 29969550ed
commit 26f9421130
7 changed files with 23 additions and 15 deletions

View File

@@ -1,3 +1,6 @@
{
"extends": "@furtherverse/tsconfig/bun.json"
"extends": "@furtherverse/tsconfig/bun.json",
"compilerOptions": {
"lib": ["ESNext", "DOM", "DOM.Iterable"]
}
}