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
@Katiushin any update on this one, doesn't appear to be a problem in VSCode for example - so potentially a WebStorm specific problem and out of scope of this project - unless there's a simple generic fix that doesn't require adding every file to the tsconfig
All types defined through /// must be manually specified in tsconfig, otherwise WebStorm throws an warning Unresolve variable or method
tsconfig
"files": [
"node_modules/@ragempcommunity/types-client/game.d.ts",
"node_modules/@ragempcommunity/types-client/game/cam.d.ts",
"node_modules/@ragempcommunity/types-client/game/graphics.d.ts"
etc...
],
The text was updated successfully, but these errors were encountered: