From a707d64248ee188f53d8f0e8766b376ed6c72cac Mon Sep 17 00:00:00 2001 From: defiQUG Date: Fri, 23 Jan 2026 16:53:53 -0800 Subject: [PATCH] Fix API tsconfig: remove rootDir to allow project references --- apps/api/tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/api/tsconfig.json b/apps/api/tsconfig.json index a5c6459..95a518b 100644 --- a/apps/api/tsconfig.json +++ b/apps/api/tsconfig.json @@ -14,7 +14,6 @@ "declarationMap": true, "sourceMap": true, "outDir": "./dist", - "rootDir": "./src", "baseUrl": ".", "paths": { "@brazil-swift-ops/types": ["../../packages/types/src"],