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 e5ee243 commit d3ef835Copy full SHA for d3ef835
package.json
@@ -24,6 +24,7 @@
24
"license": "MIT",
25
"main": "./lib/index",
26
"module": "./es/index",
27
+ "types": "./lib/index.d.ts",
28
"config": {
29
"port": 8899
30
},
tsconfig.json
@@ -6,7 +6,6 @@
6
"target": "es6",
7
"noImplicitAny": false,
8
"noUnusedLocals": true,
9
- "noEmit": true,
10
"baseUrl": "src"
11
}
12
0 commit comments