microsoft / sarif-js-sdk

JavaScript code and supporting files for working with the 'Static Analysis Results Interchange Format' (SARIF, see https://github.com/oasis-tcs/sarif-spec)
MIT License
26 stars 13 forks source link

Missing `packages/sarif-builder/tsconfig.json` #5

Closed rwjblue closed 3 years ago

rwjblue commented 3 years ago

Looks like landing #1 was missing a tsconfig.json file that was needed for building (discovered in #4).

> npm run build

> sarif-js-sdk@0.0.1 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