Skip to content

Commit b6e4cc7

Browse files
committedOct 30, 2018
Add note about react-scripts version
1 parent b8c180d commit b6e4cc7

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
@@ -3,6 +3,8 @@ id: adding-typescript
33
title: Adding TypeScript
44
---
55

6+
> Note: this feature is available with `react-scripts@2.1.0` and higher.
7+
68
[TypeScript](https://www.typescriptlang.org/) is a typed superset of JavaScript that compiles to plain JavaScript.
79

810
To add [TypeScript](https://www.typescriptlang.org/) to a Create React App project, first install it:

0 commit comments

Comments
 (0)
Please sign in to comment.