mkreiser / ESPN-Fantasy-Football-API

Connect to ESPN's fantasy football API via this JS API client for web and NodeJS. Available as an npm package.
http://espn-fantasy-football-api.s3-website.us-east-2.amazonaws.com/
GNU Lesser General Public License v3.0
312 stars 79 forks source link

Typescript Types #189

Open nikordaris opened 3 years ago

nikordaris commented 3 years ago

This adds a tsconfig and package scripts to generate typescript types on build. This will allow typescript apps to take advantage of the JSDOC strings as types.

Fixes #190