0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-13 22:11:20 -05:00
astro/examples/blog/tsconfig.json

9 lines
166 B
JSON
Raw Normal View History

{
"extends": "astro/tsconfigs/strict",
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist"],
"compilerOptions": {
2023-02-09 14:50:17 +00:00
"strictNullChecks": true
}
2021-08-13 23:32:55 +00:00
}