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
Apparently, a (generated) d.ts file is used in js packages that references all modules that export types. This is done via triple slash directives. If missing, VSCode is lacking support regarding content assist such as open symbol or code completion. However, tsc works without that index files.
The text was updated successfully, but these errors were encountered:
Apparently, a (generated) d.ts file is used in js packages that references all modules that export types. This is done via triple slash directives. If missing, VSCode is lacking support regarding content assist such as open symbol or code completion. However, tsc works without that index files.
The text was updated successfully, but these errors were encountered: