rgripper / ts-import-rewriter

A wrapper around typescript to rewrite aliases in import statements according to compilerOptions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A wrapper around typescript compiler API that resolves and rewrites aliases in import statements.

It resolves module based on baseUrl and paths from a typescript config.

About

A wrapper around typescript to rewrite aliases in import statements according to compilerOptions

License:MIT License


Languages

Language:TypeScript 99.0%Language:JavaScript 1.0%