create Babel config file

This commit is contained in:
Ryan Mwangi 2024-10-30 02:23:50 +03:00
parent 6be1456c35
commit 207afe1b8e

5
.babelrc Normal file
View file

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