File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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
1212npm 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
You can’t perform that action at this time.
0 commit comments