build-configs/templates/astro/tsconfig.json.twig
2023-09-24 21:24:19 +01:00

13 lines
186 B
Twig

// {{ managedText }}
{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"~/*": ["src/*"]
},
"strictNullChecks": true
}
}