Closed
Description
After upgrade to typescript 2.6.1 will get this error.
error TS2345: Argument of type ... is not assignable to parameter of type 'IFindOptions'. Types of property 'where' are incompatible.
Workaround: lock the typescript version to 2.5.3
Not sure if the issue similar to #106