1
0
Fork 0
mirror of https://github.com/prurigro/hypothetical.git synced 2025-01-11 09:06:29 -05:00
hypothetical/.babelrc

11 lines
181 B
Text

{
presets: [
[
"env", {
"targets": {
"browsers": [ "last 6 versions" ]
}
}
]
]
}