aboutsummaryrefslogtreecommitdiff
path: root/.babelrc
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2022-03-07 18:21:57 +0100
committerGitHub <noreply@github.com>2022-03-07 18:21:57 +0100
commit9c5fd198c11a0e2b976c6a2802eff9c4fef836f6 (patch)
treef6396236461c1e60a943a57f2d8227b9c2b639bf /.babelrc
parentccbca8b9cede972480dd1ef7a73db71a99be9609 (diff)
parentc665571c930d877316940eae53e7e79640411aae (diff)
Merge pull request #96 from caleb-mabry/move-iniparser
Move INI parser
Diffstat (limited to '.babelrc')
-rw-r--r--.babelrc7
1 files changed, 7 insertions, 0 deletions
diff --git a/.babelrc b/.babelrc
new file mode 100644
index 0000000..78e681f
--- /dev/null
+++ b/.babelrc
@@ -0,0 +1,7 @@
+{
+ "env": {
+ "test": {
+ "plugins": ["@babel/plugin-transform-modules-commonjs"]
+ }
+ }
+ } \ No newline at end of file