From ca8e6824eaa711105f4092365792720c9dde026b Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Thu, 18 Jun 2026 19:21:59 +0100 Subject: remove Astro website --- website/src/tsconfig.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 website/src/tsconfig.json (limited to 'website/src/tsconfig.json') diff --git a/website/src/tsconfig.json b/website/src/tsconfig.json deleted file mode 100644 index 7fc8467..0000000 --- a/website/src/tsconfig.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "extends": "astro/tsconfigs/strict", - "compilerOptions": { - "strictNullChecks": true - }, - "include": [ - ".astro/types.d.ts", - "**/*" - ], - "exclude": ["dist"] -} -- cgit v1.2.3