Skip to content

Commit

Permalink
docs: recommend TypeScript 4.x+ (#4304)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr authored Dec 21, 2022
1 parent 8c36306 commit 13941b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Our goal is to keep these TypeScript definition files updated with each release
### Pre-requisites
Before you can begin using these TypeScript definitions with your project, you need to make sure your project meets a few of these requirements:

* Use TypeScript v2.x
* Use latest version of TypeScript. We recommend 4.x+
* Includes the TypeScript definitions for node. You can use npm to install this by typing the following into a terminal window:

```sh
Expand Down

0 comments on commit 13941b5

Please sign in to comment.