appvision-gmbh / json2typescript

Map JSON to a TypeScript class with secure type checking!
https://www.npmjs.com/package/json2typescript
MIT License
278 stars 55 forks source link

Circular dependancy #105

Closed patafx closed 5 years ago

patafx commented 5 years ago

Do you planned a solution to implement a solution for Circular dependancies ?

The behavior could be

andreas-aeschlimann commented 5 years ago

At the moment, it is not planned to implement a solution. You can always exclude a class from using the library, of course.