Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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