From e66d054e8c6af9f90bcd55389786488f16ed1ce4 Mon Sep 17 00:00:00 2001 From: Mircea Nistor Date: Fri, 14 Oct 2022 16:03:34 +0200 Subject: [PATCH] fix(build): use commonjs module in tsconfig --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 200934cc..fa895eae 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "target": "ES2018", - "module": "esnext", + "module": "CommonJS", "lib": [ "dom", "es6",