Skip to content

Commit cb4ae38

Browse files
committed
Improve warning about broken entry points
1 parent 36a4d53 commit cb4ae38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/utils/entry-point.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ function getEntryPointsForPaths(
223223
logger.warn(
224224
`The entry point ${nicePath(
225225
fileOrDir,
226-
)} is not included in the program for your provided tsconfig.${suggestion}`,
226+
)} is not referenced by the 'files' or 'include' option in your tsconfig.${suggestion}`,
227227
);
228228
}
229229

0 commit comments

Comments
 (0)