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.
1 parent 66aeb03 commit 54b5fbbCopy full SHA for 54b5fbb
package.json
@@ -3,6 +3,7 @@
3
"version": "1.0.0",
4
"description": "A very light-weight and very simple static HTTP server based on node's built-in http module",
5
"main": "dist/main.umd.js",
6
+ "types": "dist/types/main.d.ts",
7
"scripts": {
8
"test:e2e": "mocha",
9
"pretest:e2e:coverage": "rimraf coverage",
0 commit comments