rsnext/examples/with-typescript/.babelrc

6 lines
74 B
Text
Raw Normal View History

{
"presets": [
"next/babel",
"@zeit/next-typescript/babel"
]
}