Merge pull request #1776 from github/nora/update-compiler-target
Update compiler target version in gulp and extension tsconfig
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"declaration": true,
|
||||
"strict": true,
|
||||
"module": "commonjs",
|
||||
"target": "es2017",
|
||||
"target": "es2021",
|
||||
"lib": ["ES2021"],
|
||||
"moduleResolution": "node",
|
||||
"sourceMap": true,
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"declaration": true,
|
||||
"strict": true,
|
||||
"module": "commonjs",
|
||||
"target": "es2017",
|
||||
"target": "es2021",
|
||||
"outDir": "out",
|
||||
"lib": ["ES2021"],
|
||||
"moduleResolution": "node",
|
||||
|
||||
Reference in New Issue
Block a user