diff options
| author | stonedDiscord <Tukz@gmx.de> | 2022-03-23 22:26:33 +0100 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2022-03-23 22:26:33 +0100 |
| commit | 06ee582c4adefdb35220c63ee4a30444474e9388 (patch) | |
| tree | db90fc0814013d7c43029f1094cf6f8afffe67e5 /.babelrc | |
| parent | cd3f7eda8f8a9c407b7750a374e8a40c52c2d881 (diff) | |
| parent | 30b4e3e8c84ce3f980fe895d4c64800fc7f00ece (diff) | |
Merge branch 'master' into coolloading
Diffstat (limited to '.babelrc')
| -rw-r--r-- | .babelrc | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -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 |
