PNPM Workspaces require to have pnpm-workspace.yaml
file to declare your packages, projects for the monorepo.
It also warns to remove workspace
field from root package.json
.
After removing workspace
field from root package.json
, typedoc throws following error
warning Could not determine the entry point for "C:\LOVED\flyte-npm-packages\package.json". Package will be ignored.
error Unable to find any entry points. Make sure TypeDoc can find your tsconfig
It works if workspaces field is present in package.json, but then few of PNPM features do not work
Owner Name | TypeStrong |
Repo Name | typedoc |
Full Name | TypeStrong/typedoc |
Language | TypeScript |
Created Date | 2014-05-24 |
Updated Date | 2023-03-19 |
Star Count | 6487 |
Watcher Count | 68 |
Fork Count | 639 |
Issue Count | 48 |
Issue Title | Created Date | Updated Date |
---|