We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
types
1 parent db0f10d commit ece87c9Copy full SHA for ece87c9
package.json
@@ -3,7 +3,7 @@
3
"version": "0.10.2",
4
"description": "HTTP Man In The Middle (MITM) Proxy",
5
"main": "dist/index.js",
6
- "types": "index.d.ts",
+ "types": "dist/index.d.ts",
7
"scripts": {
8
"test": "cross-env TS_NODE_TRANSPILE_ONLY=true TS_NODE_PRETTY=true ts-mocha test/01_proxy.ts --exit",
9
"build": "rimraf dist && tsc",
0 commit comments