{ "extends": "astro/tsconfigs/strict", "include": [".astro/types.d.ts", "**/*"], "exclude": ["dist"], "compilerOptions": { "verbatimModuleSyntax": true, "baseUrl": ".", "paths": { "~/*": ["src/*"] }, "plugins": [ { "name": "@astrojs/ts-plugin" } ], "jsx": "react-jsx", "jsxImportSource": "react" } }