aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorLarsVomMars2024-12-26 23:41:15 +0100
committerLarsVomMars2024-12-26 23:41:15 +0100
commit70625ce62aba43e586901d340ae81c2830d9fbc6 (patch)
treecee316ca645864968753439aa241cf105d270617 /tsconfig.json
init
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json8
1 files changed, 8 insertions, 0 deletions
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
+ }
+}