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",