Ian Krieger
Ian Krieger
I took a crack at adding an --ignore-cve command that will: - ignore all CVE's with no resolution (when passed no args) - take a GHSA ID as an argument...
Thanks for the reply @seia-soto Here is my tsconfig: ``` "compilerOptions": { "lib": ["es2023"], "module": "Node16", "target": "es2022", "strict": false, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "removeComments": true, "sourceMap": true,...
Hey @chrmod, it looks like it is working now. Appreciate you both resolving the issue!