Skip to content

Commit 3ce0d4e

Browse files
Jaroslaw ZolnowskiSplaktar
Jaroslaw Zolnowski
authored andcommitted
chore(tsconfig): Update project's target to 2022
1 parent 0425804 commit 3ce0d4e

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
@@ -15,7 +15,7 @@
1515
"moduleResolution": "node",
1616
"experimentalDecorators": true,
1717
"importHelpers": true,
18-
"target": "ES2021",
18+
"target": "ES2022",
1919
"typeRoots": ["node_modules/@types"],
2020
"lib": ["es2020", "dom"],
2121
"resolveJsonModule": true

0 commit comments

Comments
 (0)