aboutsummaryrefslogtreecommitdiffhomepage
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 7eed7d0cd..058da4f78 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -12,7 +12,9 @@
12 "dom", 12 "dom",
13 "es2015", 13 "es2015",
14 "es2016", 14 "es2016",
15 "es2017" 15 "es2017",
16 "es2018",
17 "es2019"
16 ], 18 ],
17 "typeRoots": [ 19 "typeRoots": [
18 "node_modules/sitemap/node_modules/@types", 20 "node_modules/sitemap/node_modules/@types",