From a9ba16c19d7462dc58a50f6163a8eaa1282f35a1 Mon Sep 17 00:00:00 2001 From: James Norton Date: Mon, 16 Dec 2024 17:37:43 -0500 Subject: [PATCH] HARMONY-1887: Add `skipLibCheck` to harmony service build to try to fix issues --- services/harmony/tsconfig.base.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/services/harmony/tsconfig.base.json b/services/harmony/tsconfig.base.json index 64555fe13..284ca3d39 100644 --- a/services/harmony/tsconfig.base.json +++ b/services/harmony/tsconfig.base.json @@ -10,6 +10,7 @@ "allowJs": true, "noImplicitAny": false, "sourceMap": true, - "outDir": "built" + "outDir": "built", + "skipLibCheck": true, } } \ No newline at end of file