aboutsummaryrefslogtreecommitdiffstats
path: root/babel.config.json
diff options
context:
space:
mode:
Diffstat (limited to 'babel.config.json')
-rw-r--r--babel.config.json39
1 files changed, 0 insertions, 39 deletions
diff --git a/babel.config.json b/babel.config.json
deleted file mode 100644
index 20bfb09ee..000000000
--- a/babel.config.json
+++ /dev/null
@@ -1,39 +0,0 @@
1{
2 "presets": [
3 [
4 "@babel/preset-env",
5 {
6 "targets": {
7 "electron": 19
8 }
9 }
10 ],
11 ["@babel/preset-react", { "runtime": "automatic" }],
12 "@babel/preset-typescript"
13 ],
14 "plugins": [
15 [
16 "@babel/plugin-proposal-decorators",
17 {
18 "legacy": true
19 }
20 ],
21 [
22 "@babel/plugin-proposal-class-properties",
23 {
24 "loose": false
25 }
26 ],
27 [
28 "formatjs",
29 {
30 "idInterpolationPattern": "[sha512:contenthash:base64:6]",
31 "ast": true
32 }
33 ]
34 ],
35 "assumptions": {
36 "setPublicClassFields": false
37 },
38 "sourceMaps": "inline"
39}