Bump target for build scripts (#165287)

This commit is contained in:
Matt Bierner
2022-11-03 12:19:54 -07:00
committed by GitHub
parent 640bcd7e70
commit e7e403d83f
12 changed files with 179 additions and 113 deletions

View File

@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es2020",
"target": "es2022",
"lib": ["ES2020"],
"module": "commonjs",
"alwaysStrict": true,
@@ -8,7 +8,6 @@
"preserveConstEnums": true,
"sourceMap": false,
"resolveJsonModule": true,
"experimentalDecorators": true,
// enable JavaScript type checking for the language service
// use the tsconfig.build.json for compiling which disable JavaScript
// type checking so that JavaScript file are not transpiled