diff --git a/packages/db/tsconfig.json b/packages/db/tsconfig.json index 0623b1a..3b421a7 100644 --- a/packages/db/tsconfig.json +++ b/packages/db/tsconfig.json @@ -6,7 +6,8 @@ "strict": true, "noUncheckedIndexedAccess": true, "skipLibCheck": true, - "outDir": "./dist" + "outDir": "./dist", + "rootDir": "./src" }, - "include": ["src", "drizzle.config.ts"] + "include": ["src"] } diff --git a/packages/types/tsconfig.json b/packages/types/tsconfig.json index d7595d0..3b421a7 100644 --- a/packages/types/tsconfig.json +++ b/packages/types/tsconfig.json @@ -6,7 +6,8 @@ "strict": true, "noUncheckedIndexedAccess": true, "skipLibCheck": true, - "outDir": "./dist" + "outDir": "./dist", + "rootDir": "./src" }, "include": ["src"] }