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
Since upgrading to v2.23 I'm seeing lot's of errors in my TypeScript codebase related to @types dependencies, even though they are not directly being imported. for example:
3:1 error '@types/react' should be listed in the project's dependencies, not devDependencies import/no-extraneous-dependencies 4:1 error '@types/three' should be listed in the project's dependencies, not devDependencies import/no-extraneous-dependencies
5:1 error '@types/three' should be listed in the project's dependencies, not devDependencies import/no-extraneous-dependencies
marjorg, bragle, marvinroger, simonkberg, simPod and 27 more