gautamsi / ews-javascript-api

EWS API for TypeScript/JavaScript - ported from OfficeDev/ews-managed-api - node, cordova, meteor, Ionic, Electron, Outlook Add-Ins
MIT License
282 stars 72 forks source link

Declarations breaks typescript build when "skipLibCheck" is false #446

Open JuanMurciaN opened 1 day ago

JuanMurciaN commented 1 day ago

Environment:

The library breaks typescript projects that check library's .d.ts files because a handful of these files are missing the exported members. Attached is a dummy project that recreates the failure, but it can be easily recreated by

dummy.zip

gautamsi commented 1 day ago

there are some problem which breaks this specific flag, PR welcome.