Skip to content

Commit 31f8e79

Browse files
committed
Add ES2022.Intl lib for Intl.Segmenter type support
1 parent b75d9c7 commit 31f8e79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"target": "ES2020",
4-
"lib": ["ES2023", "DOM"],
4+
"lib": ["ES2023", "DOM", "ES2022.Intl"],
55
"module": "ESNext",
66
"moduleResolution": "node",
77
"jsx": "react-jsx",

0 commit comments

Comments
 (0)