UNPKG

tsc-path-fix

Version:

Zero-runtime TypeScript path resolver - converts aliases to relative paths at compile time. Fast, lightweight, with native watch mode.

8 lines (7 loc) 217 B
export * from './import-path-resolver'; export * from './output'; export * from './path-cache'; export * from './trie'; export * from './progress-bar'; export * from './stream-utils'; export * from './version-check';