UNPKG

ts-migrate-plugins

Version:

Set of codemods, which are doing transformation of js/jsx to ts/tsx

9 lines (8 loc) 232 B
import { Plugin } from 'ts-migrate-server'; declare type Options = { useTsIgnore?: boolean; messageLimit?: number; messagePrefix?: string; }; declare const tsIgnorePlugin: Plugin<Options>; export default tsIgnorePlugin;