curiosity-ai / h5

🚀 The next generation C# to JavaScript compiler
https://github.com/curiosity-ai/h5
Apache License 2.0
224 stars 31 forks source link

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

Open BenjaminFarren-eaton opened 1 week ago

BenjaminFarren-eaton commented 1 week ago

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.

BenjaminFarren-eaton commented 1 week ago

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