From bf8423395fd029eaed03da75f6c9df038f64ea55 Mon Sep 17 00:00:00 2001 From: WebStreamr <210764791+webstreamr@users.noreply.github.com> Date: Wed, 7 May 2025 22:12:09 +0000 Subject: [PATCH] chore: remove unnecessary TS allows --- tsconfig.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 7b4b312..cbd5d39 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,5 @@ { "compilerOptions": { - "allowUnreachableCode": true, - "allowUnusedLabels": true, "alwaysStrict": true, "esModuleInterop": true, "exactOptionalPropertyTypes": true,