diff --git a/package.json b/package.json index dfab68e..e9168be 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,8 @@ "license": "MIT", "author": "arvinxx(arvinx@foxmail.com)", "sideEffects": false, + "main": "dist/index.js", + "types": "dist/index.d.ts", "files": [ "dist" ],