chore: es target 2021 (#7325)
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"legacyDecorator": true,
|
||||
"decoratorMetadata": true
|
||||
},
|
||||
"target": "es5"
|
||||
"target": "es2021"
|
||||
},
|
||||
"module": {
|
||||
"type": "commonjs",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"lib": ["es5", "es6", "es2019"],
|
||||
"target": "es5",
|
||||
"lib": ["es2021"],
|
||||
"target": "es2021",
|
||||
"outDir": "./dist",
|
||||
"esModuleInterop": true,
|
||||
"declaration": true,
|
||||
|
||||
Reference in New Issue
Block a user