From 6592d491658019fd171e5f513e32d6a0a0ab7628 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Thu, 18 Dec 2025 21:06:48 +0000 Subject: moves tsconfig.json to website/ --- website/tsconfig.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 website/tsconfig.json (limited to 'website/tsconfig.json') diff --git a/website/tsconfig.json b/website/tsconfig.json deleted file mode 100644 index 7fc8467..0000000 --- a/website/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