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 +++++++++++ website/tsconfig.json | 11 ----------- 2 files changed, 11 insertions(+), 11 deletions(-) create mode 100644 website/src/tsconfig.json delete mode 100644 website/tsconfig.json (limited to 'website') 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"] +} 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