Ross ROSS = Recommend OSS · open-source software intelligence for agents

jonaskello/tsconfig-paths

Load node modules according to tsconfig paths, in run-time or via API. observed · 2026-08-28

github.com/jonaskello/tsconfig-paths · TypeScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

63/100

  • Activity 69
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3533
  • days_rel: n/a
  • days_push: 191
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1905 stars · 107 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A TypeScript library that resolves Node.js module loading according to the paths mapping defined in tsconfig.json or jsconfig.json, at runtime or via API. It hooks into Node's module resolution so compiled or ts-node-executed code can use path aliases that Node would otherwise not find.

Use cases

  • run node scripts that use tsconfig path aliases
  • make ts-node resolve @-prefixed import paths
  • register path mapping for mocha tests written in TypeScript
  • resolve tsconfig paths at runtime via API
  • avoid relative import paths in TypeScript projects

When to choose

  • you use tsconfig paths aliases and run code with node or ts-node
  • you need runtime module resolution matching your TypeScript path mapping
  • you want a --require hook that works with any tool supporting preloading

When to avoid

  • you use Webpack - use tsconfig-paths-webpack-plugin instead
  • your bundler already resolves path aliases at build time
  • you don't use tsconfig/jsconfig path mapping

Facets

library · maturity stable

developer-tools configuration-management parser developer-tools web-development backend programming-languages cli cross-platform typescript tsconfig module-resolution path-mapping runtime ts-node nodejs

1 source

Member repositories

RepositoryRoleHealth v2
jonaskello/tsconfig-pathsmain63

For agents

markdown · JSON · MCP: product_card(name="jonaskello/tsconfig-paths")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem