Skip to content

Commit

Permalink
Fix npm publish
Browse files Browse the repository at this point in the history
octokit/webhooks.js#552 broke `npm publish` in
this repository by introduces `.ts`extensions to some imports (which
caused `npm publish` to fail with "error TS2691: An import path cannot
end with a '.ts' extension"). This fixes that by adding the ts-node.esm
configuration to tsconfig.json (which in turn required several
dependency bumps).
  • Loading branch information
lerebear committed Dec 17, 2023
1 parent 511d890 commit ee6f9ed
Show file tree
Hide file tree
Showing 5 changed files with 5,449 additions and 3,832 deletions.

0 comments on commit ee6f9ed

Please sign in to comment.