diff --git a/package.json b/package.json index e528ac0..c6e6327 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,9 @@ "import": "./modules/index.js", "default": "./tslib.js" }, - "./": "./" + "./modules/index": "./modules/index.js", + "./tslib.es6.js": "./tslib.es6.js", + "./tslib.js": "./tslib.js", + "./package.json": "./package.json" } }