From b939274d157257d0a57b339193d961b39ded6207 Mon Sep 17 00:00:00 2001 From: AAGaming Date: Thu, 13 Jun 2024 18:11:44 -0400 Subject: support new APIs fully --- tsconfig.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 7e88185..626c60f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,9 +15,7 @@ "noImplicitThis": true, "noImplicitAny": true, "strict": true, - "suppressImplicitAnyIndexErrors": true, - "allowSyntheticDefaultImports": true, - "skipLibCheck": true + "allowSyntheticDefaultImports": true }, "include": ["src"], "exclude": ["node_modules"] -- cgit v1.2.3