diff --git a/tsconfig.json b/tsconfig.json index a4aa15c..c0e18ef 100755 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,8 +2,7 @@ "include": ["src"], "compilerOptions": { "target": "ES6", - "module": "ES6", - "moduleResolution": "Node", + "module": "CommonJS", "esModuleInterop": true, "alwaysStrict": true, "noUnusedLocals": false,