From f71dbb441c54c1b419ffe91af392fec0c6254bd6 Mon Sep 17 00:00:00 2001 From: orosmatthew Date: Tue, 12 Mar 2024 13:02:27 -0400 Subject: [PATCH] [Shared] Update tsconfig outDir --- shared/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/tsconfig.json b/shared/tsconfig.json index e93972e..32bd32c 100644 --- a/shared/tsconfig.json +++ b/shared/tsconfig.json @@ -6,7 +6,7 @@ "declaration": true, "declarationMap": true, "sourceMap": true, - "outDir": "./dist", + "outDir": "./build", "esModuleInterop": true, "strict": true },