From 41fb13c330de629df2d23379209e79c7af0f2e9a Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 27 Aug 2021 14:32:44 +0200 Subject: esModuleInterop to true --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 32e4a42e4..ada13dc98 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,6 +9,7 @@ "importHelpers": true, "removeComments": true, "strictBindCallApply": true, + "esModuleInterop": true, "outDir": "./dist", "lib": [ "dom", -- cgit v1.2.3