- Use "json" extension for babelrc (easier out-of-the-box syntax recognition by IDEs, etc.)

This commit is contained in:
Brett Zamir
2020-06-25 11:22:19 +08:00
parent 12dd0699e2
commit 8b171d375a

5
.babelrc.json Normal file
View File

@@ -0,0 +1,5 @@
{
"presets": [
["@babel/preset-env"]
]
}