diff --git a/tsconfig.json b/tsconfig.json index af0feed..baef862 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,7 @@ "preserveConstEnums": false, "removeComments": true, "target": "es6", - "module": "es6", + "module": "commonjs", "stripInternal": true, "strictNullChecks": false, "experimentalDecorators": true, @@ -21,4 +21,4 @@ "spec", "dist" ] -} \ No newline at end of file +}