fix misskey-js/tsconfig.json (add dom lib)

This commit is contained in:
tamaina 2023-03-30 12:52:51 +00:00
parent dccf03ffc2
commit 0398787520
1 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,8 @@
"node_modules/@types"
],
"lib": [
"esnext"
"esnext",
"dom"
]
},
"include": [