.babelrc 74 B

123456
  1. {
  2. "presets": [
  3. "next/babel",
  4. "@zeit/next-typescript/babel"
  5. ]
  6. }