0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-03-10 23:01:26 -05:00

Discard changes to examples/blog/tsconfig.json

This commit is contained in:
Florian Lefebvre 2024-08-20 14:48:56 +02:00 committed by GitHub
parent 539d9e8c54
commit e28ede2f75
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,5 @@
{
"extends": ["astro/tsconfigs/base", "./.astro/tsconfig.json"],
"extends": "astro/tsconfigs/base",
"compilerOptions": {
"strictNullChecks": true
}