diff --git a/package.json b/package.json index 0bc9d45..3b1abd9 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "sideEffects": false, "exports": { ".": { - "webpack": "./tslib.es6.js", + "module": "./tslib.es6.js", "import": "./modules/index.js", "default": "./tslib.js" },