Understand TSConfig path mapping behavior
masterThe plugin respects standard TypeScript configuration options:
allowJs: Whentrue, path resolution extends to.astro,.vue,.svelte,.mdx,.mjs,.js, and.jsxfiles.baseUrl: If defined, it is prepended to all bare imports and takes precedence overnode_modules, matching TypeScript's behavior.include/exclude: These glob patterns are respected using a lightweight glob-to-regex compiler.