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