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