Build server against es2021, instead of es2020
This commit is contained in:
parent
7c77211f59
commit
59628aea5e
@ -2,7 +2,7 @@
|
||||
"compilerOptions": {
|
||||
"allowJs": false,
|
||||
"module": "commonjs",
|
||||
"target": "es2020",
|
||||
"target": "es2021",
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"moduleResolution": "node",
|
||||
"esModuleInterop": true,
|
||||
|
Loading…
Reference in New Issue
Block a user