sambugj
sambugj
We have a vulnerability issue (High): The audit report show the following: High | Regular expression denial of service Package | glob-parent Patched in >=5.1.2 Dependency of dustjs-linkedin dustjs-linkedin >...
Installing I have the following issue: npm WARN Found: [email protected] npm WARN node_modules/typescript npm WARN dev typescript@"^4.8.4" from the root project npm WARN 4 more (@ts-docs/ts-docs, fork-ts-checker-webpack-plugin, ...) npm WARN...
The following `entryPoints` configuration has problems making a documentation folder (please, see the logs): ``` "tsdocsOptions": { "entryPoints": ["./src/api/auth/auth.model.ts"], "logNotDocumented": ["class", "interface", "enum"], "documentImports": true, "sort": "alphabetical", "out": "./doc" }...
The entryPoints option is a list of the source files paths to document (now is a relative path to the file). We need to configure the entryPoints with a patterns...