babel.config.js 78 B

123
  1. module.exports = {
  2. presets: ['next/babel', '@zeit/next-typescript/babel']
  3. }