From 8a0079e466b750997ab484fb6ac3d9b2c895764c Mon Sep 17 00:00:00 2001 From: tonyrewin Date: Tue, 4 Oct 2022 14:40:37 +0300 Subject: [PATCH] less-strict --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 9f04f982..a6e06339 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "astro/tsconfigs/strict", + "extends": "astro/tsconfigs/base", "compilerOptions": { "jsx": "preserve", "jsxImportSource": "solid-js"