{ "extends": "astro/tsconfigs/strict", "compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "react", "baseUrl": "./src", "paths": { "@/*": ["./*"] }, "types": ["vite-plugin-pwa/react", "vite-plugin-pwa/info"] } }