-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updates on typescript and esbuild deps
- Loading branch information
Flavio Stutz
committed
Jan 14, 2024
1 parent
21196dc
commit 15922cf
Showing
8 changed files
with
1,287 additions
and
48 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
// babel is solely needed as jest-esbuild fallsback to babel in some cases, see | ||
// - https://github.com/aelbore/esbuild-jest/issues/21 | ||
// - https://github.com/babel/babel/issues/13094 | ||
module.exports = { | ||
presets: ['@babel/preset-typescript'], | ||
}; |
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
Oops, something went wrong.