diff --git a/package.json b/package.json index f30f6bf..a1d1226 100644 --- a/package.json +++ b/package.json @@ -5,9 +5,10 @@ "source": "src/index.ts", "main": "dist/index.js", "module": "dist/index.mjs", - "types": "dist/index.d.js", + "types": "dist/index.d.ts", "exports": { ".": { + "types": "./dist/index.d.ts", "require": "./dist/index.js", "import": "./dist/index.mjs", "browser": "./dist/index.mjs"