From 532f75bea033e8073c4c1bc1dff72fa6af7d5316 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Tue, 24 Dec 2024 09:26:32 +0000 Subject: Upgrades to Astro 5 --- website/tsconfig.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'website/tsconfig.json') diff --git a/website/tsconfig.json b/website/tsconfig.json index 41bbfbf..7fc8467 100644 --- a/website/tsconfig.json +++ b/website/tsconfig.json @@ -1,6 +1,11 @@ { "extends": "astro/tsconfigs/strict", "compilerOptions": { - "strictNullChecks": true - } -} \ No newline at end of file + "strictNullChecks": true + }, + "include": [ + ".astro/types.d.ts", + "**/*" + ], + "exclude": ["dist"] +} -- cgit v1.2.3