From 60a891c48bf1507d84f01305cfa61f3d4309a518 Mon Sep 17 00:00:00 2001 From: Graham Langford Date: Mon, 8 Jul 2024 11:05:44 -0500 Subject: [PATCH] fix false dead code warnings --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 8ee418898e..399bffc14c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,6 +8,7 @@ "moduleResolution": "bundler", "resolveJsonModule": true, "baseUrl": ".", + "outDir": null, // TODO: Drop these lines to make TS stricter https://github.com/pixiebrix/pixiebrix-extension/issues/775 "strictNullChecks": false,