fix: add ES2021 to ts compiler

This commit is contained in:
Derrick Hammer 2023-06-25 04:51:01 -04:00
parent a2d1751cbb
commit f1e60e5437
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 7 additions and 0 deletions

View File

@ -3,6 +3,13 @@
"presetter-preset-strict" "presetter-preset-strict"
], ],
"config": { "config": {
"tsconfig": {
"compilerOptions": {
"lib": [
"ES2021"
]
}
},
"prettier": { "prettier": {
"singleQuote": false "singleQuote": false
} }