fix(index): revert ts strictest to strict

This commit is contained in:
z0x 2025-01-08 22:20:25 -05:00
parent 7c76fe1452
commit 1848650a51

View file

@ -1,5 +1,5 @@
{
"extends": "astro/tsconfigs/strictest",
"extends": "astro/tsconfigs/strict",
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist"],
"compilerOptions": {