aboutsummaryrefslogtreecommitdiffstats
path: root/config/tsconfig.base.json
diff options
context:
space:
mode:
Diffstat (limited to 'config/tsconfig.base.json')
-rw-r--r--config/tsconfig.base.json4
1 files changed, 1 insertions, 3 deletions
diff --git a/config/tsconfig.base.json b/config/tsconfig.base.json
index 255f334..ff7594e 100644
--- a/config/tsconfig.base.json
+++ b/config/tsconfig.base.json
@@ -12,8 +12,6 @@
12 "isolatedModules": true, 12 "isolatedModules": true,
13 "skipLibCheck": true, 13 "skipLibCheck": true,
14 "checkJs": true, 14 "checkJs": true,
15 "lib": [ 15 "lib": ["esnext"]
16 "esnext"
17 ]
18 } 16 }
19} 17}