UNPKG

ts-patch

Version:

Patch typescript to support custom transformers in tsconfig.json

5 lines (4 loc) 203 B
export { InstallerOptions, getInstallerOptions } from './options'; export { install, uninstall, patch, check } from './actions'; export { getLiveModule } from './module'; export * from './plugin-types';