We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08bc25c commit e758731Copy full SHA for e758731
1 file changed
src/index.ts
@@ -88,7 +88,7 @@ export default declare((_: any, options: Config) => {
88
89
return {
90
name: "import-move-codemod",
91
- inherits: typescript,
+ inherits: () => typescript(_, { ...options, isTSX: true }),
92
visitor: {
93
Program(path) {
94
const from = getFrom(options);
0 commit comments