- change rootDir from "src" to "." to properly include all source files - ensure correct path resolution for shared CRUD package compilation
@@ -2,7 +2,7 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"composite": true,
- "rootDir": "src",
+ "rootDir": ".",
"outDir": "dist"
},
"include": [