aboutsummaryrefslogtreecommitdiff
path: root/.babelrc
diff options
context:
space:
mode:
authorcaleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu>2022-03-23 00:33:18 -0400
committercaleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu>2022-03-23 00:33:18 -0400
commit7c88c0bcca6e47cca4e2632df8ced778fa38c341 (patch)
tree6f6bb8ac77983da8883dc59cf11238db09d252ae /.babelrc
parent4d09a4a7105de76189fae41e86c9186ba7ff76fd (diff)
Final commit
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