fix misskey-js/tsconfig.json (add dom lib)
This commit is contained in:
parent
dccf03ffc2
commit
0398787520
|
@ -19,7 +19,8 @@
|
|||
"node_modules/@types"
|
||||
],
|
||||
"lib": [
|
||||
"esnext"
|
||||
"esnext",
|
||||
"dom"
|
||||
]
|
||||
},
|
||||
"include": [
|
||||
|
|
Loading…
Reference in New Issue