aniftyco / kubit

Full stack web framework for Node.js
https://kubitjs.com/
MIT License
25 stars 2 forks source link

`Type 'T' recursively references itself as a base type. ts(2310)` #69

Open joshmanders opened 3 months ago

joshmanders commented 3 months ago

This shows up in the following contracts app side:

This doesn't harm too much in the app, except builds break because TypeScript complains on compile. We can avoid it by using --ignore-ts-errors flag in the build command. But we should figure out a solution to this.