astro/examples/blog/tsconfig.json
2023-02-09 14:50:17 +00:00

6 lines
97 B
JSON

{
"extends": "astro/tsconfigs/base",
"compilerOptions": {
"strictNullChecks": true
}
}