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"