diff --git a/package.json b/package.json index 0cef0b8..2196e7c 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "An EventEmitter that isolates the emitter from errors in handlers", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", - "types": "dist/esm/index.d.ts", + "types": "dist/cjs/index.d.ts", "exports": { ".": { "import": {