From ec1b092639bb345f47226ffa17edca8bd3df512e Mon Sep 17 00:00:00 2001 From: reidlab Date: Wed, 19 Feb 2025 21:56:58 -0800 Subject: [PATCH] Strictest --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 9b90fde..de6e1ab 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,3 +1,3 @@ { - "extends": "astro/tsconfigs/base" + "extends": "astro/tsconfigs/strictest" }