fix: need to add dom support to TS
This commit is contained in:
parent
381a892fae
commit
738c3f12cf
|
@ -4,7 +4,8 @@
|
|||
"tsconfig": {
|
||||
"compilerOptions": {
|
||||
"lib": [
|
||||
"ES2021"
|
||||
"ES2021",
|
||||
"dom"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue