Skip to content

Commit

Permalink
Update typescript.md (#1240)
Browse files Browse the repository at this point in the history
  • Loading branch information
nelitow authored Nov 13, 2024
1 parent ffae108 commit 90e4ad5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/docs/typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,10 @@ Synpress offers comprehensive TypeScript support, being built with TypeScript an

To ensure optimal functionality and type checking, configure your TypeScript compiler with the `strict` option enabled. Update your `tsconfig.json` as follows:

::: code-group
```json
{
"compilerOptions": {
"strict": true
}
}
```

0 comments on commit 90e4ad5

Please sign in to comment.