update tsconfig to es2021
This commit is contained in:
parent
794c3bf007
commit
bfdf1c04d7
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"target": "es2017",
|
||||
"target": "es2021",
|
||||
"module": "commonjs",
|
||||
"esModuleInterop": true,
|
||||
"noImplicitAny": true,
|
||||
|
|
Loading…
Add table
Reference in a new issue