aboutsummaryrefslogtreecommitdiffstats
path: root/babel.config.json
diff options
context:
space:
mode:
Diffstat (limited to 'babel.config.json')
-rw-r--r--babel.config.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/babel.config.json b/babel.config.json
index 4a3352900..fd89ad94e 100644
--- a/babel.config.json
+++ b/babel.config.json
@@ -4,7 +4,7 @@
4 "@babel/preset-env", 4 "@babel/preset-env",
5 { 5 {
6 "targets": { 6 "targets": {
7 "electron": 17 7 "electron": 18
8 } 8 }
9 } 9 }
10 ], 10 ],