Sfoglia il codice sorgente

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

- 删除 tsconfig.json 中的 `references` 配置项,不再依赖 `../packages/server` 包
yourname 1 mese fa
parent
commit
38e6380979
1 ha cambiato i file con 0 aggiunte e 3 eliminazioni
  1. 0 3
      mini/tsconfig.json

+ 0 - 3
mini/tsconfig.json

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