aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 7a50a4a2d..d1465de86 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -7,7 +7,8 @@
7 "target": "esnext", 7 "target": "esnext",
8 "lib": [ 8 "lib": [
9 "esnext", 9 "esnext",
10 "dom" 10 "dom",
11 "dom.iterable"
11 ], 12 ],
12 "module": "CommonJS", 13 "module": "CommonJS",
13 "jsx": "react-jsx", 14 "jsx": "react-jsx",