You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today I used patch-package to patch contensis-management-api@1.0.2-beta.2 for the project I'm working on.
when using the code in a pure typescript environment using TSC (typescript 4.2.3) using the 'strict:true' is TJSON there is 1 file that has an 'implicitAny return'. All it needed to pass is add :any . (or naturally if it does return something to add that).
Hi Onno,
We use TypeScript 3 now, but we plan to upgrade to TypeScript 4 and we will address this issue together with similar problems during the upgrade.
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch
contensis-management-api@1.0.2-beta.2
for the project I'm working on.when using the code in a pure typescript environment using TSC (typescript 4.2.3) using the 'strict:true' is TJSON there is 1 file that has an 'implicitAny return'. All it needed to pass is add :any . (or naturally if it does return something to add that).
Here is the diff that solved my problem:
This issue body was partially generated by patch-package.
The text was updated successfully, but these errors were encountered: