Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Timeless0911 committed Feb 12, 2025
1 parent 53a8598 commit ad485fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-dts/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ export async function redirectDtsImports(
let redirectImportPath = importPath;

if (absoluteImportPath && redirect.path) {
const isOutsideRootdir = !normalize(absoluteImportPath).startsWith(
const isOutsideRootdir = !absoluteImportPath.startsWith(
normalize(rootDir) + path.sep,
);

Expand Down

0 comments on commit ad485fe

Please sign in to comment.