haxiomic / dts2hx

Converts TypeScript definition files (d.ts) to haxe externs (.hx) via the TypeScript compiler API
MIT License
131 stars 8 forks source link

Error: [TypeScript 3.7] Cannot find module 'https'. for @sendgrid/mail #125

Open rb1147x opened 1 year ago

rb1147x commented 1 year ago

Hi,

When trying to convert @sendgrid/mail types the following error message appears: Error: [TypeScript 3.7] Cannot find module 'https'.

This may be the same issue as #63?