diff --git a/package.json b/package.json index e81e87d..b0ef31c 100644 --- a/package.json +++ b/package.json @@ -20,10 +20,9 @@ }, "license": "MIT", "type": "module", - "exports": { - ".": "./index.js" - }, + "exports": "./index.js", "files": [ + "index.d.ts", "index.js" ], "scripts": {