UNPKG

@brightlocaldev/ts-migrate-plugins

Version:

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

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