From 1848650a5189974ddcee6f70f1c58fe41812f8d6 Mon Sep 17 00:00:00 2001 From: z0x Date: Wed, 8 Jan 2025 22:20:25 -0500 Subject: [PATCH] fix(index): revert ts strictest to strict --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 2d637df..101caaa 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "astro/tsconfigs/strictest", + "extends": "astro/tsconfigs/strict", "include": [".astro/types.d.ts", "**/*"], "exclude": ["dist"], "compilerOptions": {