{ "extends": "astro/tsconfigs/base", "compilerOptions": { "strictNullChecks": true, "allowJs": true, "baseUrl": ".", "paths": { "~/*": [ "src/*" ], "@/*": [ "./src/*" ] }, "jsx": "react-jsx", "jsxImportSource": "react" }, "exclude": [ "dist/" ] }