Skip to content

Commit 4e51567

Browse files
committed
Bumped compilation target to ES2022
Signed-off-by: Seb Julliand <[email protected]>
1 parent 5b0f7ea commit 4e51567

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
@@ -1,11 +1,11 @@
11
{
22
"compilerOptions": {
33
"module": "commonjs",
4-
"target": "ES2019",
4+
"target": "ES2022",
55
"checkJs": true, /* Typecheck .js files. */
66
"esModuleInterop": true,
77
"lib": [
8-
"ES2019"
8+
"ES2022"
99
],
1010
"outDir": "./dist",
1111
},

0 commit comments

Comments
 (0)