From bc146b03490f9867a87dde33711b4f66ce15199b Mon Sep 17 00:00:00 2001 From: AAGaming Date: Wed, 15 Oct 2025 00:22:54 -0400 Subject: typescript stinks --- frontend/tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'frontend/tsconfig.json') diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json index 7b87ce13..02d3d4ad 100644 --- a/frontend/tsconfig.json +++ b/frontend/tsconfig.json @@ -13,7 +13,8 @@ "noImplicitAny": true, "strict": true, "allowSyntheticDefaultImports": true, - "resolveJsonModule": true + "resolveJsonModule": true, + "skipLibCheck": true }, "include": ["src", "index.d.ts"], "exclude": ["node_modules"] -- cgit v1.2.3