Skip to content

Commit

Permalink
update type comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Feb 6, 2022
1 parent b7f5570 commit 4151283
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion packages/create-next-app/templates/default/next.config.js
@@ -1,4 +1,6 @@
/** @type {import('next').NextConfig} */
module.exports = {
const nextConfig = {
reactStrictMode: true,
}

module.exports = nextConfig
@@ -1,4 +1,3 @@
// @ts-check
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
Expand Down

0 comments on commit 4151283

Please sign in to comment.