diff --git a/services/collaboration/tsconfig.json b/services/collaboration/tsconfig.json index dd026e65e3..944f26aac4 100644 --- a/services/collaboration/tsconfig.json +++ b/services/collaboration/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "target": "ES6", "module": "CommonJS", - "rootDir": ".", + "rootDir": "./src", "outDir": "./dist", "strict": true, "esModuleInterop": true, diff --git a/services/history/tsconfig.json b/services/history/tsconfig.json index 8030cef8d4..ec33df61f3 100644 --- a/services/history/tsconfig.json +++ b/services/history/tsconfig.json @@ -14,7 +14,7 @@ { "path": "./src" }, { "path": "./tests" } ], - "exclude": ["node_modules"], + "exclude": ["node_modules", "dist"], "ts-node": { "files": true }