From e435718c4dd6e956dc1748689a6156129650c250 Mon Sep 17 00:00:00 2001 From: "houston[bot]" Date: Sun, 19 Oct 2025 18:30:51 +0200 Subject: Initial commit from Astro --- tsconfig.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tsconfig.json (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 0000000..0dc098d --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,8 @@ +{ + "extends": "astro/tsconfigs/strict", + "include": [".astro/types.d.ts", "**/*"], + "exclude": ["dist"], + "compilerOptions": { + "strictNullChecks": true + } +} -- cgit v1.2.3