diff --git a/package.json b/package.json index 246c69b..372b2bd 100644 --- a/package.json +++ b/package.json @@ -9,8 +9,8 @@ "author": "kenny wang ", "license": "MIT", "type": "module", - "exports": "./index.js", - "types": "./index.d.ts", + "exports": "./lib/index.js", + "types": "./lib/index.d.ts", "scripts": { "start": "node lib/index.js", "watch": "tsbb watch --disable-babel",