瀏覽代碼

🔧 chore(mini): 移除对 server 包的引用依赖

- 删除 tsconfig.json 中的 `references` 配置项,不再依赖 `../packages/server` 包
yourname 1 月之前
父節點
當前提交
38e6380979
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      mini/tsconfig.json

+ 0 - 3
mini/tsconfig.json

@@ -30,8 +30,5 @@
     "node_modules",
     "dist"
   ],
-  "references": [
-    { "path": "../packages/server" }
-  ],
   "compileOnSave": false
 }