0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-10 22:38:53 -05:00
astro/examples/blog/tsconfig.json
2024-08-15 14:32:06 +02:00

6 lines
125 B
JSON

{
"extends": ["astro/tsconfigs/base", "./.astro/tsconfig.json"],
"compilerOptions": {
"strictNullChecks": true
}
}