tastytrade / tastytrade-api-js

Javascript sdk for the tastytrade api
MIT License
67 stars 36 forks source link

Tsconfig library updates #35

Closed dmoss18 closed 7 months ago

dmoss18 commented 7 months ago

Update tsconfig.json with suggestions from this guide

Add nock to unit tests for easier http request mocking

Update jest config to support ES modules per this guide.