shellphone.app/.babelrc

9 lines
73 B
Plaintext
Raw Normal View History

2021-07-18 15:32:45 +00:00
{
"presets": [
"next/babel"
],
"plugins": [
"superjson-next"
]
}