mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-21 03:30:42 +00:00
fix misskey-js/tsconfig.json (add dom lib)
This commit is contained in:
@@ -19,7 +19,8 @@
|
||||
"node_modules/@types"
|
||||
],
|
||||
"lib": [
|
||||
"esnext"
|
||||
"esnext",
|
||||
"dom"
|
||||
]
|
||||
},
|
||||
"include": [
|
||||
|
||||
Reference in New Issue
Block a user