We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79d64ff commit b03ac8cCopy full SHA for b03ac8c
packages/initializer/src/index.ts
@@ -113,7 +113,7 @@ export function initDirectory(
113
const transformPath = `${basePath}${!isReduced ? '/src/' : ''}/${transform}`;
114
const configPath = `${basePath}${
115
!isReduced ? '/src' : ''
116
- }/codeshift.config.ts`;
+ }/codeshift.config.js`;
117
118
if (fs.existsSync(transformPath)) {
119
throw new Error(`Codemod for ${type} "${transform}" already exists`);
0 commit comments