1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2024-12-18 21:45:04 +01:00

docs: specify TypeScript version with ~ to avoid issues with semver

This commit is contained in:
Théo LUDWIG 2024-09-28 18:52:46 +02:00
parent 7486e3aab6
commit 424235bd4f
Signed by: theoludwig
GPG Key ID: ADFE5A563D718F3B

View File

@ -55,7 +55,7 @@ If you want to use **TypeScript**, you also need to install:
```sh
npm install --save-dev \
"typescript@^5.5.4" \
"typescript@~5.5.4" \
"@typescript-eslint/eslint-plugin@^8.3.0" \
"@typescript-eslint/parser@^8.3.0"
```