{ "extends": "astro/tsconfigs/strict", "compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "react", "baseUrl": ".", "paths": { "@shared/*": ["./shared/src/*"] } }, "include": ["src/**/*", "shared/src/**/*"] }