use esnext to avoid type error
This commit is contained in:
parent
4e38f218ec
commit
1ffc53f596
|
|
@ -10,7 +10,7 @@
|
|||
"declaration": false,
|
||||
"sourceMap": false,
|
||||
"target": "ES2022",
|
||||
"module": "ES2022",
|
||||
"module": "esnext",
|
||||
"moduleResolution": "Bundler",
|
||||
"removeComments": false,
|
||||
"noLib": false,
|
||||
|
|
|
|||
Loading…
Reference in New Issue