瀏覽代碼

🔧 chore(shared-crud): adjust tsconfig rootDir configuration

- change rootDir from "src" to "." to properly include all source files
- ensure correct path resolution for shared CRUD package compilation
yourname 4 周之前
父節點
當前提交
fe8933b389
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/shared-crud/tsconfig.json

+ 1 - 1
packages/shared-crud/tsconfig.json

@@ -2,7 +2,7 @@
   "extends": "../../tsconfig.json",
   "extends": "../../tsconfig.json",
   "compilerOptions": {
   "compilerOptions": {
     "composite": true,
     "composite": true,
-    "rootDir": "src",
+    "rootDir": ".",
     "outDir": "dist"
     "outDir": "dist"
   },
   },
   "include": [
   "include": [