From 7c88c0bcca6e47cca4e2632df8ced778fa38c341 Mon Sep 17 00:00:00 2001 From: "caleb.mabry.15@cnu.edu" Date: Wed, 23 Mar 2022 00:33:18 -0400 Subject: Final commit --- .babelrc | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to '.babelrc') 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 -- cgit