Explorar o código

Fix babel config for tests

Garrett Johnson %!s(int64=4) %!d(string=hai) anos
pai
achega
137d5e50d4
Modificáronse 1 ficheiros con 10 adicións e 1 borrados
  1. 10 1
      babel.config.json

+ 10 - 1
babel.config.json

@@ -4,7 +4,16 @@
 
 		[
 
-			"@babel/preset-env"
+			"@babel/preset-env",
+			{
+
+		  		"targets": {
+
+					"node": "current"
+
+				}
+
+			}
 
 		]