Skip to content

Commit 37367af

Browse files
committed
Update es version in tsconfig for the extension
1 parent 9d03a5f commit 37367af

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"compilerOptions": {
33
"module": "commonjs",
4-
"target": "es2019",
4+
"target": "es2022",
55
"outDir": "out",
6-
"lib": [ "ES2019" ],
6+
"lib": [ "ES2022" ],
77
"sourceMap": true,
88
"rootDir": "."
99
},

0 commit comments

Comments
 (0)