Skip to content

Commit 33eb334

Browse files
authored
Merge pull request #1776 from github/nora/update-compiler-target
Update compiler target version in gulp and extension tsconfig
2 parents 03f1547 + b6f33d7 commit 33eb334

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

extensions/ql-vscode/gulpfile.ts/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"declaration": true,
55
"strict": true,
66
"module": "commonjs",
7-
"target": "es2017",
7+
"target": "es2021",
88
"lib": ["ES2021"],
99
"moduleResolution": "node",
1010
"sourceMap": true,

extensions/ql-vscode/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"declaration": true,
55
"strict": true,
66
"module": "commonjs",
7-
"target": "es2017",
7+
"target": "es2021",
88
"outDir": "out",
99
"lib": ["ES2021"],
1010
"moduleResolution": "node",

0 commit comments

Comments
 (0)