solc-js
solc-js copied to clipboard
Release types on npm
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.
Related to #287
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
Put up a pr for this here https://github.com/ethereum/solc-js/pull/693