diff options
Diffstat (limited to 'website/tsconfig.json')
| -rw-r--r-- | website/tsconfig.json | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/website/tsconfig.json b/website/tsconfig.json index 41bbfbf..7fc8467 100644 --- a/website/tsconfig.json +++ b/website/tsconfig.json @@ -1,6 +1,11 @@ { "extends": "astro/tsconfigs/strict", "compilerOptions": { - "strictNullChecks": true - } -}
\ No newline at end of file + "strictNullChecks": true + }, + "include": [ + ".astro/types.d.ts", + "**/*" + ], + "exclude": ["dist"] +} |
