aboutsummaryrefslogtreecommitdiff
path: root/.babelrc
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2022-03-23 22:26:33 +0100
committerstonedDiscord <Tukz@gmx.de>2022-03-23 22:26:33 +0100
commit06ee582c4adefdb35220c63ee4a30444474e9388 (patch)
treedb90fc0814013d7c43029f1094cf6f8afffe67e5 /.babelrc
parentcd3f7eda8f8a9c407b7750a374e8a40c52c2d881 (diff)
parent30b4e3e8c84ce3f980fe895d4c64800fc7f00ece (diff)
Merge branch 'master' into coolloading
Diffstat (limited to '.babelrc')
-rw-r--r--.babelrc11
1 files changed, 5 insertions, 6 deletions
diff --git a/.babelrc b/.babelrc
index 78e681f..bc2b59e 100644
--- a/.babelrc
+++ b/.babelrc
@@ -1,7 +1,6 @@
{
- "env": {
- "test": {
- "plugins": ["@babel/plugin-transform-modules-commonjs"]
- }
- }
- } \ No newline at end of file
+ "presets": [
+ ["@babel/preset-env", { "targets": { "node": "current" } }],
+ "@babel/preset-typescript"
+ ]
+} \ No newline at end of file