Skip to content

Commit

Permalink
Improve warning about broken entry points
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit0 committed Jan 20, 2024
1 parent 36a4d53 commit cb4ae38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/utils/entry-point.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ function getEntryPointsForPaths(
logger.warn(
`The entry point ${nicePath(
fileOrDir,
)} is not included in the program for your provided tsconfig.${suggestion}`,
)} is not referenced by the 'files' or 'include' option in your tsconfig.${suggestion}`,
);
}

Expand Down

0 comments on commit cb4ae38

Please sign in to comment.