Merge pull request #1776 from github/nora/update-compiler-target

Update compiler target version in gulp and extension tsconfig
This commit is contained in:
Nora
2022-11-22 11:55:14 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
"declaration": true,
"strict": true,
"module": "commonjs",
"target": "es2017",
"target": "es2021",
"lib": ["ES2021"],
"moduleResolution": "node",
"sourceMap": true,

View File

@@ -4,7 +4,7 @@
"declaration": true,
"strict": true,
"module": "commonjs",
"target": "es2017",
"target": "es2021",
"outDir": "out",
"lib": ["ES2021"],
"moduleResolution": "node",