Andy Nunes
Andy Nunes
I have the same issue and question.
Thanks @aldarund ! You rock. @maoberlehner If you merge this, I can finally convert some of my components to use TypeScript that really need it 😀
Facing this issue as well, leaving no way to set a default value for a boolean column. Due to https://github.com/typeorm/typeorm/issues/3799 not being fixed, I can't use `@Column({ type: 'boolean', default:...
Agreed, this would greatly aid in integrating cleanly with TypeScript projects.
Also facing this issue caused by the dependency on `intl ^0.17.0`. Is there a plan to update dependencies and release soon? If not could a pull request be submitted with...