UNPKG

@xtrek/ts-migrate-plugins

Version:

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

7 lines (6 loc) 177 B
import { Plugin } from 'ts-migrate-server'; declare type Options = { useTsIgnore?: boolean; }; declare const tsIgnorePlugin: Plugin<Options>; export default tsIgnorePlugin;