From f78ddd6cc3050fe1e432de0b4b178600fb1ec893 Mon Sep 17 00:00:00 2001 From: Wee Bit Date: Sun, 13 Aug 2023 16:53:34 +0200 Subject: [PATCH] Rename typescript-checkJS script to typescript-checkJs For better consistency with the TSConfig option name. The script had been broken for a long time, so it is safe to assume nobody relies on the old name in custom scripts. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9c0536f34..6d63239bf 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "test": "jest && npm run test-typings", "test-esm": "node ./tests/esm-imports-test.mjs", "test-typings": "tsd", - "typescript-checkJS": "tsc -p tsconfig.checkJs.json", + "typescript-checkJs": "tsc -p tsconfig.checkJs.json", "test-all": "npm run test && npm run lint && npm run typescript-checkJS && npm run test-esm" }, "files": [