next.config.js 91 B

123
  1. const withTypescript = require('@zeit/next-typescript')
  2. module.exports = withTypescript()