Skip to content

Commit

Permalink
docs(ui): update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
uittorio committed Dec 8, 2022
1 parent 77bfaba commit d158812
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions ui/src/views/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,13 @@ you need to have `ttypescript` installed to patch and enable the TypeScript-runt
```json
...
"jest": {
"globals": {
"ts-jest": {
"compiler": "ttypescript"
}
"transform": {
"^.+\\.tsx?$": [
"ts-jest",
{
"compiler": "ttypescript"
}
]
}
}
...
Expand Down

0 comments on commit d158812

Please sign in to comment.