1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-05 08:55:56 +02:00

refactor: use Object.fromEntries() instead of in-house implementation (#6401)

* refactor: use Object.fromEntries()
instead of in-house implementation

* Remove extra type assertions
This commit is contained in:
tamaina
2020-05-23 23:21:09 +09:00
committed by GitHub
parent 4df5ec82ce
commit abc296cdcc
6 changed files with 15 additions and 32 deletions

View File

@@ -24,6 +24,9 @@
"typeRoots": [
"node_modules/@types",
"src/@types"
],
"lib": [
"esnext"
]
},
"compileOnSave": false,