andyscott-dot-me/tsconfig.json

7 lines
97 B
JSON
Raw Normal View History

2022-09-14 10:14:29 -04:00
{
"extends": "astro/tsconfigs/base",
"compilerOptions": {
"strictNullChecks": true
}
2022-09-14 10:14:29 -04:00
}