diff --git a/package.json b/package.json index 297a3c8..1ebadef 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,8 @@ "exports": { ".": { "import": "./dist/png-rw.js", - "require": "./dist/png-rw.umd.cjs" + "require": "./dist/png-rw.umd.cjs", + "types": "./dist/index.d.ts" } }, "scripts": {