Skip to content

Commit bb669e6

Browse files
authored
docs(types): add note regarding explicit package managers
1 parent 8d97362 commit bb669e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ setupFilesAfterEnv: ['<rootDir>/jest-setup.js']
129129

130130
### With TypeScript
131131

132-
Install the Typescript types via your package manager.
132+
Install the Typescript types via your package manager, and usually only needs to be done when your package manager requires all dependencies explicitly installed (pnpm, yarn@>=2).
133133

134134
```sh
135135
# for npm

0 commit comments

Comments
 (0)