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