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 text was updated successfully, but these errors were encountered:
DanielRosenwasser
changed the title
checkjs doesn't allow type assertions with types from required modules
checkjs doesn't allow type annotations with types from required modules
Sep 14, 2017
TypeScript Version: 2..5.2
Code
tsconfig.json
test.js
Expected behavior:
app
is typed as an express Application.Actual behavior:
app
is hence typed asany
.The text was updated successfully, but these errors were encountered: