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