Skip to content

Commit f860960

Browse files
committed
fix(package.json): unable to load type information
Add `types` property in `package.json` file
1 parent 0e8c582 commit f860960

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,6 @@
5757
"homepage": "https://github.com/stegano/next-http-proxy-middleware#readme",
5858
"engines": {
5959
"node": ">=10.0.0"
60-
}
60+
},
61+
"types": "./src/index.d.ts"
6162
}

0 commit comments

Comments
 (0)