diff --git a/src/lib/utils/entry-point.ts b/src/lib/utils/entry-point.ts index ef528e2aa..55c33d9b6 100644 --- a/src/lib/utils/entry-point.ts +++ b/src/lib/utils/entry-point.ts @@ -176,7 +176,11 @@ function getEntryPointsForPaths( } } } - logger.warn(`Unable to locate entry point: ${fileOrDir}`); + logger.warn( + `The entry point ${nicePath( + fileOrDir + )} does not exist or is not included in the program for your provided tsconfig.` + ); } return entryPoints;