fix: need to add dom support to TS

This commit is contained in:
Derrick Hammer 2023-06-23 03:32:00 -04:00
parent 381a892fae
commit 738c3f12cf
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@
"tsconfig": { "tsconfig": {
"compilerOptions": { "compilerOptions": {
"lib": [ "lib": [
"ES2021" "ES2021",
"dom"
] ]
} }
}, },