fix: add ES2021 to ts compiler
This commit is contained in:
parent
a2d1751cbb
commit
f1e60e5437
|
@ -3,6 +3,13 @@
|
|||
"presetter-preset-strict"
|
||||
],
|
||||
"config": {
|
||||
"tsconfig": {
|
||||
"compilerOptions": {
|
||||
"lib": [
|
||||
"ES2021"
|
||||
]
|
||||
}
|
||||
},
|
||||
"prettier": {
|
||||
"singleQuote": false
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue