From 424235bd4f44695daf9918ea483105c688639133 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Sat, 28 Sep 2024 18:52:46 +0200 Subject: [PATCH] docs: specify TypeScript version with ~ to avoid issues with semver --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e33f3d6..5664ef1 100644 --- a/README.md +++ b/README.md @@ -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" ```