From 9f8e04f2a21c1514808c181fc3bf622a0fc4321b Mon Sep 17 00:00:00 2001 From: William Putra Intan <61998484+williamputraintan@users.noreply.github.com> Date: Thu, 29 Feb 2024 11:10:43 +1100 Subject: [PATCH] Update tsconfig.json --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 5f993b327..1dc61d483 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -30,6 +30,7 @@ "exclude": [ "node_modules", "cdk.out", - "lib/workload/stateless/metadata_manager" + "lib/workload/stateless/metadata_manager", + "lib/workload/stateless/postgres_manager" ] }