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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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,