{ "extends": "astro/tsconfigs/strict", "compilerOptions": { "moduleResolution": "Bundler", "allowJs": true, "baseUrl": "src", "paths": { "@/*": [ "*" ] } } }