aboutsummaryrefslogtreecommitdiff
path: root/.babelrc
diff options
context:
space:
mode:
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