Skip to content

Commit

Permalink
Improve wording in TypeScript recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Dec 31, 2021
1 parent b3a1b72 commit d4ec097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/recipes/typescript.md
Expand Up @@ -18,7 +18,7 @@ You can use [`ts-node`] to do live testing without transpiling. This can be espe

`npm install --save-dev typescript ts-node`

Then, depending on whether or not your package is of type `module` or not, the required setup differs. See either:
The required setup depends on the type of your package:

1. [for packages with type "module"](#for-packages-with-type-module)
2. [for packages without type "module"](#for-packages-without-type-module)
Expand Down

0 comments on commit d4ec097

Please sign in to comment.