11 lines
192 B
JSON
11 lines
192 B
JSON
{
|
|
"extends": "astro/tsconfigs/strict",
|
|
"compilerOptions": {
|
|
"strictNullChecks": true,
|
|
"paths": {
|
|
"@/*": ["./src/*"]
|
|
},
|
|
"types": ["unplugin-icons/types/svelte"]
|
|
}
|
|
}
|