We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
packages/sarif-builder/tsconfig.json
Looks like landing #1 was missing a tsconfig.json file that was needed for building (discovered in #4).
tsconfig.json
> npm run build > [email protected] build > tsc --build error TS5083: Cannot read file '/home/runner/work/sarif-js-sdk/sarif-js-sdk/packages/sarif-builder/tsconfig.json'. npm ERR! code 1 npm ERR! path /home/runner/work/sarif-js-sdk/sarif-js-sdk npm ERR! command failed npm ERR! command sh -c tsc --build
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Looks like landing #1 was missing a
tsconfig.json
file that was needed for building (discovered in #4).The text was updated successfully, but these errors were encountered: