提交 d62f71a5 编写于 作者: A Allen Hai

update initial typescript config message to mention strict mode being off by default

上级 7757364f
......@@ -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) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册