diff --git a/package.json b/package.json index 737000f..940848a 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", - "types": "./lib/esm/index.d.ts", + "types": "./lib/cjs/index.d.ts", "repository": { "type": "git", "url": "https://github.com/socketio/emitter.git"