{"library":"rollup-plugin-typescript-paths","type":"library","category":null,"description":"rollup-plugin-typescript-paths is a Rollup plugin designed to automatically resolve TypeScript path aliases (defined in tsconfig.json's `paths` and `baseUrl` options) *after* your TypeScript code has already been transpiled. It is currently stable at version `1.5.0` and receives regular updates, with several minor releases in the past year addressing features and bug fixes. This plugin fills a specific niche for projects that use separate TypeScript transpilation steps (e.g., Babel, swc, tsc --emitDeclarationOnly) before bundling with Rollup, rather than relying on Rollup plugins that handle TypeScript compilation directly (like `rollup-plugin-typescript`). Its key differentiators include requiring no configuration for basic usage, robust wildcard support, and leveraging the official TypeScript API's `nodeModuleNameResolver` for accurate path resolution. It ensures that Rollup understands imports like `@utils/foo` when `tsconfig.json` maps `@utils/*` to `src/helpers/utils/*`.","language":"javascript","status":"active","version":"1.5.0","tags":["javascript","rollup-plugin","typescript"],"install":[{"cmd":"npm install rollup-plugin-typescript-paths","imports":["import { typescriptPaths } from 'rollup-plugin-typescript-paths';","import { typescriptPaths } from 'rollup-plugin-typescript-paths';","import type { Options } from 'rollup-plugin-typescript-paths';"]},{"cmd":"yarn add rollup-plugin-typescript-paths","imports":[]},{"cmd":"pnpm add rollup-plugin-typescript-paths","imports":[]}],"homepage":null,"github":"https://github.com/simonhaenisch/rollup-plugin-typescript-paths","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/rollup-plugin-typescript-paths","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/rollup-plugin-typescript-paths/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Sat Jul 18","install_tag":null}}