Skip to content

Commit

Permalink
update initial typescript config message to mention strict mode being…
Browse files Browse the repository at this point in the history
… off by default
  • Loading branch information
Allen Hai committed Mar 17, 2021
1 parent 7757364 commit d62f71a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/lib/typescript/writeConfigurationDefaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ export async function writeConfigurationDefaults(
chalk.green(
`We detected TypeScript in your project and reconfigured your ${chalk.bold(
'tsconfig.json'
)} file for you.`
)} file for you. Strict-mode is set to ${chalk.bold('false')} by default.`
) + '\n'
)
if (suggestedActions.length) {
Expand Down

0 comments on commit d62f71a

Please sign in to comment.