diff --git a/tsconfig.json b/tsconfig.json index 923e748..9efcb15 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,7 +7,7 @@ "esModuleInterop": true, "experimentalDecorators": true, "forceConsistentCasingInFileNames": true, - "module": "UMD", + "module": "ES6", "moduleResolution": "Node", "target": "ES2015", "outDir": "./dist",