Skip to content

Commit b4eb794

Browse files
committed
Add ES2022.Intl lib to Jest TypeScript config
1 parent 31f8e79 commit b4eb794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module.exports = {
1919
{
2020
tsconfig: {
2121
target: "ES2020",
22-
lib: ["ES2020", "DOM"],
22+
lib: ["ES2020", "DOM", "ES2022.Intl"],
2323
esModuleInterop: true,
2424
allowSyntheticDefaultImports: true,
2525
},

0 commit comments

Comments
 (0)