This adds the appropriate main, module, and types keys to retoolrpc's javascript's package.json such that typechecking works correctly under "module": "CommonJS" and "moduleResolution": "bundler". See https://github.com/noahsark769/retoolrpc-typescript-issue and #18 for more discussion about this issue.
Fixes #18
This adds the appropriate
main
,module
, andtypes
keys to retoolrpc's javascript's package.json such that typechecking works correctly under"module": "CommonJS"
and"moduleResolution": "bundler"
. See https://github.com/noahsark769/retoolrpc-typescript-issue and #18 for more discussion about this issue.