Skip to content

Commit

Permalink
Add info about the default value for skipLibCheck TS option (#3964)
Browse files Browse the repository at this point in the history
  • Loading branch information
VasilyStrelyaev authored and AndreyBelym committed Jul 2, 2019
1 parent cbbe74a commit 13e9ba2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/articles/documentation/test-api/typescript-support.md
Expand Up @@ -75,3 +75,6 @@ Option | Value
`noImplicitAny` | `false`
`pretty` | `true`
`suppressOutputPathCheck` | `true`
`skipLibCheck` | `true`

> TestCafe enables the `skipLibCheck` option for performance reasons. If you need to check types in your declaration files, set `skipLibCheck` to `false` in `tsconfig.json`.

0 comments on commit 13e9ba2

Please sign in to comment.