From 0d8eab0f226c8ee973bafe481185845e0db612d8 Mon Sep 17 00:00:00 2001 From: Alexandre Stahmer Date: Thu, 22 Feb 2024 16:00:04 +0100 Subject: [PATCH] fix --- tsconfig.build.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tsconfig.build.json b/tsconfig.build.json index c7f5c035a..093d070bc 100644 --- a/tsconfig.build.json +++ b/tsconfig.build.json @@ -15,7 +15,6 @@ "strict": true, "verbatimModuleSyntax": true, "moduleResolution": "Bundler", - "module": "ESNext", - "customConditions": ["source"] + "module": "ESNext" } }