Skip to content

Commit 6734bd2

Browse files
fengmk2camc314
andauthored
Update packages/cli/src/migration/migrator.ts
Co-authored-by: Cameron <cameron.clark@hey.com> Signed-off-by: MK (fengmk2) <fengmk2@gmail.com>
1 parent 6749b17 commit 6734bd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cli/src/migration/migrator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ function cleanupDeprecatedTsconfigOptions(
662662
prompts.log.success(`✔ Removed esModuleInterop: false from ${displayRelative(filePath)}`);
663663
}
664664
warnMigration(
665-
`Removed \`"esModuleInterop": false\` from ${displayRelative(filePath)} — this option has been deprecated and causes oxlint type-aware lint errors. See https://github.com/oxc-project/tsgolint/issues/351`,
665+
`Removed \`"esModuleInterop": false\` from ${displayRelative(filePath)} — this option has been deprecated See https://github.com/oxc-project/tsgolint/issues/351, https://github.com/microsoft/TypeScript/issues/62529`,
666666
report,
667667
);
668668
}

0 commit comments

Comments
 (0)