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 1e628ac commit edd951cCopy full SHA for edd951c
package.json
@@ -3,6 +3,7 @@
3
"version": "0.1.0",
4
"description": "Realtime Monitoring for Express-based Node applications",
5
"main": "dist/index.js",
6
+ "types": "dist/index.d.ts",
7
"repository": {
8
"type": "git",
9
"url": "git+ssh://git@github.com/GenFirst/nest-status-monitor.git"
@@ -45,7 +46,7 @@
45
46
"coverage": "jest --coverage",
47
"coveralls": "npm run coverage --coverageReporters=text-lcov | coveralls",
48
"test:watch": "jest --watch",
- "build": "rm -rf ./dist && tsc",
49
+ "build": "rm -rf ./dist && tsc --declaration",
50
"format": "prettier src/**/*.ts --ignore-path ./.prettierignore --write && git status",
51
"prepublish": "npm run format && npm run build"
52
},
0 commit comments