Skip to content

Commit

Permalink
Update tsd
Browse files Browse the repository at this point in the history
`tsd@0.14` reports errors in files within the node_modules folder. This is a known problem solved in tsdjs/tsd#110 and released in `tsd@0.17`. But with that new version, `xo` fails to load `@typescript-eslint/parser`. Using `tsd@0.16` solves all the errors.
  • Loading branch information
gabmontes committed Aug 23, 2024
1 parent d260d9f commit 1226918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
],
"devDependencies": {
"ava": "^3.15.0",
"tsd": "^0.14.0",
"tsd": "^0.16.0",
"xo": "^0.38.2"
}
}

0 comments on commit 1226918

Please sign in to comment.