Skip to content

Commit

Permalink
Fix for #740
Browse files Browse the repository at this point in the history
PR-URL: #744
Credit: @zkldi
Close: #744
Reviewed-by: @isaacs
  • Loading branch information
zkldi authored and isaacs committed Apr 29, 2021
1 parent 60e2c67 commit 5d612c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/content/docs/using-with/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ is appropriate to your program.
First, install `typescript` and `ts-node`.

Name your test files `.ts` and they'll be loaded as TypeScript if you have
the `typescript` module installed in your project, and enable the `--ts`
both `typescript` and `ts-node` modules installed in your project, and enable the `--ts`
flag.

For TypeScript with JSX (ie, TSX), name your files with a `.tsx` extension.
Expand Down

0 comments on commit 5d612c7

Please sign in to comment.