mirror of
https://github.com/michaelrausch/michaelrausch-24.git
synced 2024-11-21 13:13:07 +00:00
11 lines
165 B
JSON
11 lines
165 B
JSON
|
{
|
||
|
"extends": "astro/tsconfigs/strict",
|
||
|
"compilerOptions": {
|
||
|
"strictNullChecks": true,
|
||
|
"baseUrl": ".",
|
||
|
"paths": {
|
||
|
"@*": ["./src/*"]
|
||
|
}
|
||
|
}
|
||
|
}
|