littlelink-server/.babelrc
Techno Tim 84b1a800c7
feat(rewrite): Rewrote the whole thing in ReactJS 💅 (#22)
* feat(rewrite): Rewrote the whole thing in ReactJS 💅

* chore(docs): Updated
2021-08-25 19:16:09 -05:00

7 lines
74 B
Plaintext

{
"presets": [
"@babel/preset-env",
"@babel/preset-react"
]
}