Files
zkmessage.xyz/.babelrc
Joel Gustafson f26eec9057 stable demo
2021-12-14 14:09:14 -05:00

14 lines
152 B
Plaintext

{
"presets": [
[
"next/babel",
{
"preset-env": {
"exclude": ["transform-exponentiation-operator"]
}
}
]
],
"plugins": []
}