fix: set TS lib to ES2023
This commit is contained in:
parent
6f69779ec3
commit
98a53051ee
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"lib": ["ES2023"]
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue