Skip to content

Commit 154e45d

Browse files
Improve wording in TypeScript recipes.
1 parent 77623a5 commit 154e45d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/recipes/typescript.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You can use [`ts-node`] to do live testing without transpiling. This can be espe
1818

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

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

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

0 commit comments

Comments
 (0)