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 601b705 commit 7080b57Copy full SHA for 7080b57
package.json
@@ -19,7 +19,8 @@
19
"url": "https://github.com/r2don/nest-http-interface/issues"
20
},
21
"homepage": "https://github.com/r2don/nest-http-interface#readme",
22
- "main": "index.js",
+ "main": "dist/index.js",
23
+ "types" : "dist/index.d.ts",
24
"scripts": {
25
"format": "eslint --fix ./lib",
26
"build": "tsc --build --verbose tsconfig.build.json",
0 commit comments