Skip to content

Commit 1eb57b1

Browse files
Update typescript doc to specify minimum required TS version (#2945)
1 parent 6dea7a3 commit 1eb57b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/guides/tooling/typescript-support.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Cypress ships with {% url "official type declarations" https://github.com/cypres
66

77
## Install TypeScript
88

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

1111
```bash
1212
npm install typescript
@@ -129,6 +129,7 @@ module.exports = (on, config) => {
129129
```
130130

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

0 commit comments

Comments
 (0)