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