{ "extends": "astro/tsconfigs/strict", "compilerOptions": { "baseUrl": ".", "paths": { "@shared/*": ["../packages/shared/src/*"] } } }