astro minor bug fix

This commit is contained in:
Daniel
2023-04-27 13:36:59 +05:30
parent 8b4fa21236
commit 825a2fc260
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
{
"root": true,
"extends": "astro/tsconfigs/base"
"extends": "astro/tsconfigs/strict"
}