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
In some cases my project team can't use the compile tools , And now I have a problem in vue typescript component , in .ts file the vue component this type is right, but if I rename the extname .ts to .js, this vue component this type is any.
Because typescript is a superset of javascript, so only write javascript is good, but I found I can't define type by jsdoc, it bothered me and make me write javascript without typescript help as before .
TypeScript Version: 2.6.2
VSCode Version: 1.19.0
Code
tsconfig.json
Expected behavior:

Actual behavior:

The text was updated successfully, but these errors were encountered: