Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: path imports for typescript (#493)
🎉 Thanks for sending this pull request! 🎉 Please make sure the title is clear and descriptive. If you are fixing a typo or documentation, please skip these instructions. Otherwise please fill in the sections below. **Which problem is this pull request solving?** See https://github.com/netlify/functions/actions/runs/8939586357/job/24555907790 **Describe the solution you've chosen** Remove export block to support node 10 and allow internal to be imported **Describe alternatives you've considered** Linking `internal.ts` in `main.ts`, however we look to want to keep these seperate **Checklist** Please add a `x` inside each checkbox: - [x] I have read the [contribution guidelines](../blob/master/CONTRIBUTING.md). - [x] The status checks are successful (continuous integration). Those can be seen below. - [x] Passed `npm run test:publish` - [x] Tested change with `npm link @netlify/functions`
- Loading branch information