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
I acknowledge that issues using this template may be closed without further explanation at the maintainer's discretion.
Comment
The TypeScript documentation example for configuring paths in tsconfig.json has a typo involving missing {parentheses}. The issue can be found in the following code snippet:
I don't see any parentheses in the corrected form, nor do I believe parens are legal here. I can't see a difference between the screenshot and the text -- can you clarify?
Well, If you see thoroughly you can notice three (3) ending parans in the corrected code, however, in the typescript original docs on the above image I captured has only two (2) ending parans. which I ran and giving me error (Expected comma or closing brace)
Acknowledgement
Comment
The TypeScript documentation example for configuring paths in tsconfig.json has a typo involving missing {parentheses}. The issue can be found in the following code snippet:
Steps to Reproduce:
TypeScript - Paths
Corrected:
The text was updated successfully, but these errors were encountered: