solc-js icon indicating copy to clipboard operation
solc-js copied to clipboard

Release types on npm

Open ScreamingHawk opened this issue 2 years ago • 3 comments

I'm using solc in a typescript project but typings are not exported in the npm package. Please consider updating the package release to include the typings.

ScreamingHawk avatar Apr 19 '23 21:04 ScreamingHawk

Related to #287

ScreamingHawk avatar Apr 19 '23 21:04 ScreamingHawk

Looks like this is a pretty light lift to include the typings. All we got to do is add the .d.ts files to the package.json field that includes specific files

roninjin10 avatar May 28 '23 01:05 roninjin10

Put up a pr for this here https://github.com/ethereum/solc-js/pull/693

roninjin10 avatar May 28 '23 01:05 roninjin10