mirror of
https://github.com/opdavies/build-configs.git
synced 2025-01-23 18:37:32 +00:00
13 lines
186 B
Twig
13 lines
186 B
Twig
|
// {{ managedText }}
|
||
|
|
||
|
{
|
||
|
"extends": "astro/tsconfigs/strict",
|
||
|
"compilerOptions": {
|
||
|
"baseUrl": ".",
|
||
|
"paths": {
|
||
|
"~/*": ["src/*"]
|
||
|
},
|
||
|
"strictNullChecks": true
|
||
|
}
|
||
|
}
|