Skip to content

Commit

Permalink
fix: ensure tsc finds the type defs when checking types
Browse files Browse the repository at this point in the history
  • Loading branch information
tubbo committed Aug 29, 2022
1 parent 2cced6a commit d36102b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"ts-node": "^10.9.1",
"typescript": "^4.8.2"
},
"types": "./dist/types/index.d.ts",
"exports": {
".": {
"types": "./dist/types/index.d.ts",
Expand Down

0 comments on commit d36102b

Please sign in to comment.