Skip to content

Commit dc48b08

Browse files
Update TypeScript target and lib to ES2022
Co-authored-by: maciej.jastrzebski <[email protected]>
1 parent 09c2277 commit dc48b08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"allowSyntheticDefaultImports": true,
66
"skipLibCheck": true,
77
"jsx": "react",
8-
"target": "ES2020",
9-
"lib": ["ES2020", "DOM"],
8+
"target": "ES2022",
9+
"lib": ["ES2022", "DOM"],
1010
"module": "commonjs",
1111
"moduleResolution": "node",
1212
"declaration": true,

0 commit comments

Comments
 (0)