curiosity-ai/h5

TypeScript definitions file for the framework not generated (h5.d.ts)

Opened this issue · 2 comments

I have "generateTypeScript": true defined in h5.json in all assemblies in my solution, and TypeScript definitions files are generated for those assemblies, but no TypeScript definitions file is generated for the H5 framework (e.g. h5.d.ts) so there are no definitions for namespaces like System, etc.

Here's a repo with a minimal reproduction of the issue: https://github.com/BenjaminFarren-eaton/demo-h5-typescript-issue

Any news on this issue?, I have the same problem in my project.