From a46a11298cc93e11faa2d53903f335b9b2b9bd5b Mon Sep 17 00:00:00 2001 From: Ayo Date: Mon, 26 Sep 2022 10:47:23 +0200 Subject: [PATCH] chore: use strictest --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 77da9dd..3fd7ae6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,3 +1,3 @@ { - "extends": "astro/tsconfigs/strict" + "extends": "astro/tsconfigs/strictest" } \ No newline at end of file