joarwilk / flowgen

Generate flowtype definition files from TypeScript
Other
659 stars 87 forks source link

Could not find a declaration file for module 'flowgen'. #163

Closed makotot closed 2 years ago

makotot commented 2 years ago

When importing flowgen(v1.16.1), there is no type definition for typescirpt.

スクリーンショット 2022-01-07 15 11 59

Perhaps index.d.ts should be included in the flowgen package judging from the following description, but it looks like d.ts is not generated at yarn compile. https://github.com/joarwilk/flowgen/blob/ad840daaf3a2546ada8759fa60d91d80ffa0931e/package.json#L60

makotot commented 2 years ago

I have confirmed that this has been resolved in the latest version. Thanks!