nicco.io/tsconfig.json

8 lines
147 B
JSON
Raw Normal View History

2024-11-21 23:42:48 +00:00
{
"extends": "astro/tsconfigs/strictest",
"compilerOptions": {
2024-11-29 16:58:26 +00:00
"strictNullChecks": true,
"types": ["unplugin-icons/types/astro"]
2024-11-21 23:42:48 +00:00
}
}