We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77623a5 commit 154e45dCopy full SHA for 154e45d
docs/recipes/typescript.md
@@ -18,7 +18,7 @@ You can use [`ts-node`] to do live testing without transpiling. This can be espe
18
19
`npm install --save-dev typescript ts-node`
20
21
-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:
22
23
1. [for packages with type "module"](#for-packages-with-type-module)
24
2. [for packages without type "module"](#for-packages-without-type-module)
0 commit comments