• J
    Do not throw away `tsconfig.json` comments (#13458) · 37f4353f
    Joe Haddad 提交于
    This pull request updates our TypeScript verification process to not wipe out potentially vital user comments.
    
    Introducing a prompt process was mostly a side effect of users wanting to keep comments.
    There's no reason we really need this prompt, as answering no would refuse to boot the Next.js server anyway.
    
    ---
    
    Fixes #8128
    Closes #11440
    37f4353f
verifyTypeScriptSetup.ts 8.6 KB