fensir/tsconfig.json

12 lines
190 B
JSON
Raw Permalink Normal View History

2024-11-02 23:03:12 +03:00
{
"extends": "astro/tsconfigs/base",
"compilerOptions": {
"baseUrl": "src",
"paths": {
"@/*": ["*"]
},
"types": ["astro/client"],
"strictNullChecks": true
}
2024-11-02 23:03:12 +03:00
}