mirror of
https://github.com/lukewilson2002/site.git
synced 2025-06-15 07:43:51 +00:00
9 lines
166 B
JSON
9 lines
166 B
JSON
{
|
|
"extends": "astro/tsconfigs/strict",
|
|
"include": [".astro/types.d.ts", "**/*"],
|
|
"exclude": ["dist"],
|
|
"compilerOptions": {
|
|
"strictNullChecks": true
|
|
}
|
|
}
|