mirror of
https://github.com/cupcakearmy/nicco.io.git
synced 2024-12-21 23:56:26 +00:00
8 lines
147 B
JSON
8 lines
147 B
JSON
{
|
|
"extends": "astro/tsconfigs/strictest",
|
|
"compilerOptions": {
|
|
"strictNullChecks": true,
|
|
"types": ["unplugin-icons/types/astro"]
|
|
}
|
|
}
|