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/src/tsconfig.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 website/src/tsconfig.json (limited to 'website/src/tsconfig.json') diff --git a/website/src/tsconfig.json b/website/src/tsconfig.json new file mode 100644 index 0000000..7fc8467 --- /dev/null +++ b/website/src/tsconfig.json @@ -0,0 +1,11 @@ +{ + "extends": "astro/tsconfigs/strict", + "compilerOptions": { + "strictNullChecks": true + }, + "include": [ + ".astro/types.d.ts", + "**/*" + ], + "exclude": ["dist"] +} -- cgit v1.2.3