mdx-with-jsx-import-source
Reproduction of a bug with mdx-analyzer not recognizing jsxImportSource configuration in MDX files.
See page.mdx which showcases the bug where the css prop is not recognized by the MDX VS Code extension. Notice, that types work as expected in layout.tsx
Development
npm install
npm run dev