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