chore: set tsc target to ES2022
This commit is contained in:
parent
583ff6e35a
commit
6cd461ae4e
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2022",
|
||||
"allowJs": true,
|
||||
"outDir": "dist",
|
||||
"declaration": true,
|
||||
|
|
Loading…
Reference in a new issue