From 2282b8a56466f22e2bf5db15d7601d4fa69e8f96 Mon Sep 17 00:00:00 2001 From: Kevin van Zonneveld Date: Mon, 9 Dec 2024 15:26:11 +0100 Subject: [PATCH] Update package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index a306bda..90fdcd5 100644 --- a/package.json +++ b/package.json @@ -61,6 +61,7 @@ "scripts": { "fix:js": "eslint . --fix", "lint:js": "eslint .", + "lint:ts": "tsc --noEmit", "lint": "npm-run-all --parallel 'lint:*'", "fix": "npm-run-all --serial 'fix:*'", "next:update": "next-update --keep true --tldr",