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 need to use some external modules without .d.ts files, but, I do not want to use the corresponding third party .d.ts files. Please tell me how to just suppress the errors - "Cannot find the module ...", thinks.
The text was updated successfully, but these errors were encountered:
Yes, I will go there for seeking the answer, thinks for your help!
BTW, I think the idea below is good and doesn't need to change any grammar in current project. It's more friendly for developers because sometimes someone maybe want to suppress a special kind of error for debugging and there isn't, maybe I have not noticed, any way to achieve this. Please consider this proposal.
if it was possible to explicitly ignore specific TS**** errors, that would be an acceptable workaround, e.g. something like this in tsconfig.json:
I need to use some external modules without .d.ts files, but, I do not want to use the corresponding third party .d.ts files. Please tell me how to just suppress the errors - "Cannot find the module ...", thinks.
The text was updated successfully, but these errors were encountered: