UNPKG

@patryk-w-bl/ts-migrate-plugins

Version:

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

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