Skip to content
This repository was archived by the owner on Jan 31, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add doc.
  • Loading branch information
sainthkh committed Mar 31, 2020
commit 487eec471d0eea580128c9fbab9fa5ce9d1ec6bf
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,16 @@ browserify({
})
```

### typescript

When the path to the TypeScript package is given, Cypress will automatically transpile `.ts` spec, plugin, support files. Note that this **DOES NOT** check types.

```javascript
browserify({
typescript: require.resolve('typescript')
})
```

**Default**: `undefined`

## Modifying default options
Expand Down