aboutsummaryrefslogtreecommitdiffstats
path: root/babel.config.json
diff options
context:
space:
mode:
authorLibravatar Ricardo Cino <ricardo@cino.io>2022-06-22 00:32:18 +0200
committerLibravatar GitHub <noreply@github.com>2022-06-21 22:32:18 +0000
commit73ba955e344c8ccedd43235495ef8b72b5a2b6fd (patch)
tree03766ab32fefe7e83026a14393527f1dcbaed849 /babel.config.json
parentdocs: add cino as a contributor for infra [skip ci] (#330) (diff)
downloadferdium-app-73ba955e344c8ccedd43235495ef8b72b5a2b6fd.tar.gz
ferdium-app-73ba955e344c8ccedd43235495ef8b72b5a2b6fd.tar.zst
ferdium-app-73ba955e344c8ccedd43235495ef8b72b5a2b6fd.zip
chore: Transform AppStore.js into Typescript (#329)
* turn actions into typescript * correct tsconfig * added TypedStore
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 [