Centeva / TypeScripter

A tool to generate Typescript classes from c# models.
MIT License
4 stars 5 forks source link

Circular dependency warning #45

Open Devcon4 opened 5 years ago

Devcon4 commented 5 years ago

In Vendor Portal we get a warning because the index exports the dataservice while the dataservice imports models from the index. If we remove the dataservice export or make the dataservice import models from their files instead of from the index it will this this issue.