Skip to content

Commit edd951c

Browse files
committed
Add missing types field on package.json
1 parent 1e628ac commit edd951c

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
@@ -3,6 +3,7 @@
33
"version": "0.1.0",
44
"description": "Realtime Monitoring for Express-based Node applications",
55
"main": "dist/index.js",
6+
"types": "dist/index.d.ts",
67
"repository": {
78
"type": "git",
89
"url": "git+ssh://git@github.com/GenFirst/nest-status-monitor.git"
@@ -45,7 +46,7 @@
4546
"coverage": "jest --coverage",
4647
"coveralls": "npm run coverage --coverageReporters=text-lcov | coveralls",
4748
"test:watch": "jest --watch",
48-
"build": "rm -rf ./dist && tsc",
49+
"build": "rm -rf ./dist && tsc --declaration",
4950
"format": "prettier src/**/*.ts --ignore-path ./.prettierignore --write && git status",
5051
"prepublish": "npm run format && npm run build"
5152
},

0 commit comments

Comments
 (0)