From a9645599eb02260cd1179766cfb9f718d1b1ab1b Mon Sep 17 00:00:00 2001 From: soaos Date: Thu, 29 Jan 2026 20:16:57 -0500 Subject: Server url config, utility commands, better build task completion detection --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 356580f..f6685a5 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,6 +8,7 @@ ], "sourceMap": true, "rootDir": "src", + "skipLibCheck": true, "strict": true, /* enable all strict type-checking options */ /* Additional Checks */ // "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */ -- cgit v1.2.3