aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2020-09-21 14:20:38 +0900
committerGitHub <noreply@github.com>2020-09-21 14:20:38 +0900
commit7b8a96bbf7cb6d28c76c061a6b24a9fa821820b1 (patch)
tree4d00b60aa59e946f64ea6402ee7c78fc491f6203 /tsconfig.json
parent748ab17dc61a2bb3f1c1e3ea4b43d13ef23d8edf (diff)
parent9bba3ed79123affc8e557cf4211df51bd375742c (diff)
Merge pull request #837 from ueokande/use-styled-components
Use styled-components instead of vanilla CSS/SCSS in console
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index f3a6a33..9d56c01 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -2,7 +2,7 @@
"compilerOptions": {
"target": "es2017",
"module": "commonjs",
- "lib": ["es6", "dom", "es2017"],
+ "lib": ["es6", "dom", "esnext"],
"allowJs": true,
"checkJs": false,
"jsx": "react",