Skip to content

Commit

Permalink
Update typescript doc to specify minimum required TS version (#2945)
Browse files Browse the repository at this point in the history
  • Loading branch information
jennifer-shehane committed Jul 6, 2020
1 parent 6dea7a3 commit 1eb57b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/guides/tooling/typescript-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Cypress ships with {% url "official type declarations" https://github.com/cypres

## Install TypeScript

You'll need to have TypeScript installed within your project to have TypeScript support within Cypress.
You'll need to have TypeScript 3.4+ installed within your project to have TypeScript support within Cypress.

```bash
npm install typescript
Expand Down Expand Up @@ -129,6 +129,7 @@ module.exports = (on, config) => {
```

{% history %}
{% url "5.0.0" changelog#5-0-0 %} | Raised minimum required TypeScript version from 2.9+ to 3.4+
{% url "4.4.0" changelog#4-4-0 %} | Added support for TypeScript without needing your own transpilation through preprocessors.
{% endhistory %}

Expand Down

0 comments on commit 1eb57b1

Please sign in to comment.