{ "extends": "astro/tsconfigs/strict", "compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "react", "verbatimModuleSyntax": true, "baseUrl": ".", "paths": { "@components/*": ["src/components/*"], "@layouts/*": ["src/layouts/*"] }, "plugins": [ { "name": "@astrojs/ts-plugin" } ] } }