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 installed one of our private package owned by some other team.
While development getting error after typecheck on that package as below
Failed to compile.
/path/to/repo/node_modules/<PACKAGE>/<SOME_FILES>.ts
TypeScript error in /path/to/repo/node_modules/<PACKAGE>/<SOME_FILES>.ts(378,17):
Type 'undefined' is not assignable to type 'SOME_DEFINITION'. TS2322
How can I ask typescript to skip typechecking certain modules.
This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs.
I installed one of our private package owned by some other team.
While development getting error after typecheck on that package as below
How can I ask typescript to skip typechecking certain modules.
my tsconfig as below
The text was updated successfully, but these errors were encountered: