From 8fe80629500ee4897862b1e13917ad3fe6f7d95a Mon Sep 17 00:00:00 2001 From: AAGaming Date: Mon, 25 Sep 2023 13:23:38 -0400 Subject: move type checking to other workflow, fix TS errors, add TSC checking --- frontend/tsconfig.json | 1 - 1 file changed, 1 deletion(-) (limited to 'frontend/tsconfig.json') diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json index e693d3e9..6b18e4e4 100644 --- a/frontend/tsconfig.json +++ b/frontend/tsconfig.json @@ -14,7 +14,6 @@ "noImplicitThis": true, "noImplicitAny": true, "strict": true, - "suppressImplicitAnyIndexErrors": true, "allowSyntheticDefaultImports": true, "skipLibCheck": true, "resolveJsonModule": true -- cgit v1.2.3