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
The package requires "typescript": ">= 2.3.1 < 3", then this warning is printed when running together to TS 3.
npm WARN [email protected] requires a peer of typescript@>= 2.3.1 < 3 but none is installed. You must install peer dependencies yourself.
Would be nice to update the peerDependencies to support TS 3, I did not find any problem while using it, but might be recommended check it with the tests.
The text was updated successfully, but these errors were encountered:
The package requires
"typescript": ">= 2.3.1 < 3"
, then this warning is printed when running together to TS 3.Would be nice to update the
peerDependencies
to support TS 3, I did not find any problem while using it, but might be recommended check it with the tests.The text was updated successfully, but these errors were encountered: