chore: add dom to tsconfig

This commit is contained in:
Derrick Hammer 2024-03-13 12:56:30 -04:00
parent daf38957a4
commit cde0ea645f
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 7 additions and 0 deletions

View File

@ -13,6 +13,13 @@
"compilerOptions": { "compilerOptions": {
"rootDir": "src" "rootDir": "src"
} }
},
"tsconfig": {
"compilerOptions": {
"lib": [
"dom"
]
}
} }
} }
} }