Created by: hamirmahal
This change just updates the "Adding TypeScript" page of the Create React App documentation so that the commands to add TypeScript to either a new or existing Create React App project are in their own, separate code blocks.
This makes them easier to copy and paste, as opposed to copying an entire block of two commands with a commented # or
in them. Hope this helps!
Update: I created an ticket that tracks the issue this pull request seeks to fix. This pull request closes #10562 (closed) if we decide to merge it.