summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authortamaina <tamaina@hotmail.co.jp>2020-05-23 23:21:09 +0900
committerGitHub <noreply@github.com>2020-05-23 23:21:09 +0900
commitabc296cdcc73d0e039286a9107ea8b36f02ceae3 (patch)
tree239105c1d81c9a009cfe2481b8daa2d24d3fe70e /tsconfig.json
parentDrop support for Node v11, v13 (#6402) (diff)
downloadsharkey-abc296cdcc73d0e039286a9107ea8b36f02ceae3.tar.gz
sharkey-abc296cdcc73d0e039286a9107ea8b36f02ceae3.tar.bz2
sharkey-abc296cdcc73d0e039286a9107ea8b36f02ceae3.zip
refactor: use Object.fromEntries() instead of in-house implementation (#6401)
* refactor: use Object.fromEntries() instead of in-house implementation * Remove extra type assertions
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json
index b285259bce..260968c249 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -24,6 +24,9 @@
"typeRoots": [
"node_modules/@types",
"src/@types"
+ ],
+ "lib": [
+ "esnext"
]
},
"compileOnSave": false,