website-astro/tsconfig.json

9 lines
158 B
JSON
Raw Normal View History

2022-12-02 11:21:18 +01:00
{
2022-12-22 11:01:52 +01:00
"extends": "astro/tsconfigs/base",
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist"],
2022-12-22 11:01:52 +01:00
"compilerOptions": {
"strictNullChecks": true
}
}