1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-31 06:18:07 +00:00
_/next.config.js

3 lines
92 B
JavaScript
Raw Normal View History

2019-04-21 19:17:15 +09:00
const withTypescript = require("@zeit/next-typescript");
module.exports = withTypescript();