diff --git a/tsconfig.json b/tsconfig.json index 3e08421..71c0253 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,6 +4,7 @@ /* Basic Options */ "target": "ES6", + "module": "CommonJS", "declaration": true, "declarationMap": true, "rootDir": "src",