]> git.localhorst.tv Git - alttp.git/blobdiff - .babelrc
install and configure testing runtime
[alttp.git] / .babelrc
diff --git a/.babelrc b/.babelrc
new file mode 100644 (file)
index 0000000..6168146
--- /dev/null
+++ b/.babelrc
@@ -0,0 +1,6 @@
+{
+       "presets": [
+               "@babel/env",
+               "@babel/preset-react"
+       ]
+}