diff options
author | LarsVomMars | 2024-12-26 23:41:15 +0100 |
---|---|---|
committer | LarsVomMars | 2024-12-26 23:41:15 +0100 |
commit | 70625ce62aba43e586901d340ae81c2830d9fbc6 (patch) | |
tree | cee316ca645864968753439aa241cf105d270617 /tsconfig.json |
init
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 8 |
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 + } +} |