diff --git a/@packages/@infrastructure/email-client/tsconfig.json b/@packages/@infrastructure/email-client/tsconfig.json index 6b6454aad..4c6b37651 100644 --- a/@packages/@infrastructure/email-client/tsconfig.json +++ b/@packages/@infrastructure/email-client/tsconfig.json @@ -4,7 +4,8 @@ "outDir": "./dist", "rootDir": "./src", "experimentalDecorators": true, - "emitDecoratorMetadata": true + "emitDecoratorMetadata": true, + "incremental": false }, "include": ["src/**/*"], "exclude": ["node_modules", "dist", "**/*.test.ts", "**/*.spec.ts"] diff --git a/features/merchant/backend-api/tsconfig.json b/features/merchant/backend-api/tsconfig.json index 5803591d2..a9ef30643 100755 --- a/features/merchant/backend-api/tsconfig.json +++ b/features/merchant/backend-api/tsconfig.json @@ -8,5 +8,5 @@ } }, "include": ["src/**/*"], - "exclude": ["node_modules", "dist", "test", "**/*spec.ts"] + "exclude": ["node_modules", "dist", "test", "**/*spec.ts", "src/__mocks__"] }