-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: bump TypeScript config to Node 18 versions
This should have been done as part of us dropping support for Node 16 as this allows us to reduce the number of polyfills generated. It also means we can start generating ESM files if we want by updating our packages to use the `module` type. The change to the `module` setting in `tsconfig.json` requires us to bump ts-jest to a new minor version that supports the option.
- Loading branch information
1 parent
64fa6a6
commit c7f41db
Showing
3 changed files
with
100 additions
and
39 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters