Skip to content

Commit

Permalink
chore(examples): enable strict mode by default for nextjs-typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaursen committed Sep 22, 2021
1 parent 788a8b8 commit 83e4c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/nextjs-typescript/tsconfig.json
Expand Up @@ -6,7 +6,7 @@
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
"strict": false,
"strict": true,
"forceConsistentCasingInFileNames": true,
"noEmit": true,
"esModuleInterop": true,
Expand Down

1 comment on commit 83e4c44

@vercel
Copy link

@vercel vercel bot commented on 83e4c44 Sep 22, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.