diff --git a/api/request/package.json b/api/request/package.json index 694e254..19f805e 100644 --- a/api/request/package.json +++ b/api/request/package.json @@ -3,6 +3,7 @@ "version": "0.0.0", "main": "dist/lib/index.js", "types": "dist/typings", + "module": "src/index.ts", "license": "MIT", "scripts": { "build": "yarn run clean && tsc",