{ "extends": "astro/tsconfigs/strict", "compilerOptions": { "paths": { "@/*": ["./src/*"] } }, "include": ["src/**/*", "astro.config.ts"] }