From c19613abef8364f5e892fd5d9dda6cbcc71226fe Mon Sep 17 00:00:00 2001 From: John Aromando Date: Fri, 14 Feb 2025 13:51:36 -0500 Subject: [PATCH] Update package.json Gets rid of the 97 errors, update to TS version. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4e0da389..cbf41a9e 100644 --- a/package.json +++ b/package.json @@ -59,6 +59,6 @@ "@typescript-eslint/parser": "^4.23.0", "eslint": "^7.26.0", "tsc-watch": "^4.6.2", - "typescript": "^4.9.5" + "typescript": "^5.0.2" } }