Skip to content

Commit

Permalink
chore: add exports types
Browse files Browse the repository at this point in the history
  • Loading branch information
OsirisAnubiz committed Nov 6, 2024
1 parent 118a2f6 commit adfdf68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/nestjs-grpc-reflection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
".": "./src/index.ts",
"./proto": {
"import": "./proto/index.js",
"require": "./proto/index.js"
"require": "./proto/index.js",
"types": "./proto/index.d.ts"
}
},
"main": "src/index.ts",
Expand Down

0 comments on commit adfdf68

Please sign in to comment.