aboutsummaryrefslogtreecommitdiffstats
path: root/babel.config.json
diff options
context:
space:
mode:
Diffstat (limited to 'babel.config.json')
-rw-r--r--babel.config.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/babel.config.json b/babel.config.json
index fd89ad94e..1be7f69d0 100644
--- a/babel.config.json
+++ b/babel.config.json
@@ -8,7 +8,8 @@
8 } 8 }
9 } 9 }
10 ], 10 ],
11 ["@babel/preset-react", { "runtime": "automatic" }] 11 ["@babel/preset-react", { "runtime": "automatic" }],
12 "@babel/preset-typescript",
12 ], 13 ],
13 "plugins": [ 14 "plugins": [
14 [ 15 [