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
It should be a simple matter of adding the --declaration option to either the tsc or tsconfig.json file, since from the API documentation it appears that you are already using Typescript for the project source (why not include that source here as well?)
This will give us IDE code assistance.
The text was updated successfully, but these errors were encountered:
It should be a simple matter of adding the --declaration option to either the
tsc
or tsconfig.json file, since from the API documentation it appears that you are already using Typescript for the project source (why not include that source here as well?)This will give us IDE code assistance.
The text was updated successfully, but these errors were encountered: