Revert "fix: add ES2021 to ts compiler"

This reverts commit f1e60e5437.
This commit is contained in:
Derrick Hammer 2023-06-25 04:53:26 -04:00
parent 4c0f9483d5
commit 2183387a3f
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 0 additions and 7 deletions

View File

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