From 86d78d5a7e3fc5e15800fd083f50d0012b1e0749 Mon Sep 17 00:00:00 2001 From: Cedric Rische Date: Sat, 2 Mar 2024 00:05:26 +0100 Subject: [PATCH] Removed astro from tsconfig.json --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 9613284..ba488db 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,4 @@ { - "extends": "astro/tsconfigs/strict", "compilerOptions": { "jsx": "preserve", "jsxImportSource": "react",