tryretool / retoolrpc

MIT License
6 stars 5 forks source link

Fixes #18: Adds main, module, types keys in package.json #19

Closed noahsark769 closed 9 months ago

noahsark769 commented 9 months ago

Fixes #18

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.