Skip to content

Commit fce2059

Browse files
Vinnlnate770
authored andcommitted
Add link to cra-ts migration guide (facebook#5629)
For users coming from create-react-app-typescript, the added link provides instructions on how to port their app to Create React App.
1 parent cbbd2e5 commit fce2059

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docusaurus/docs/adding-typescript.md

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ To learn more about TypeScript, check out [its documentation](https://www.typesc
2424
> **Note:** You are not required to make a [`tsconfig.json` file](https://www.typescriptlang.org/docs/handbook/tsconfig-json.html), one will be made for you.
2525
> You are allowed to edit the generated TypeScript configuration.
2626
27+
> **Note:** If you are currently using [create-react-app-typescript](https://github.com/wmonk/create-react-app-typescript/), see [this blog post](https://vincenttunru.com/migrate-create-react-app-typescript-to-create-react-app/) for instructions on how to migrate to Create React App.
28+
2729
> **Note:** We recommend using [VSCode](https://code.visualstudio.com/) for a better integrated experience.
2830
2931
> **Note:** Constant enums and namespaces are not supported.

0 commit comments

Comments
 (0)