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

Fixes public exports to ensure types are correctly accessible #11

Closed scalvert closed 3 years ago

scalvert commented 3 years ago

Changes index.js export in favor of pointing to the built lib/index file. Also updates the typings reference to ensure correct type resolution.

The documentation was additionally updated to ensure the instructions are accurate for those wanting to use ts-jest-style testing.