nicco.io/tsconfig.json
2024-11-29 17:58:26 +01:00

8 lines
147 B
JSON

{
"extends": "astro/tsconfigs/strictest",
"compilerOptions": {
"strictNullChecks": true,
"types": ["unplugin-icons/types/astro"]
}
}