I'm experiencing an issue with my three.js code and TypeScript definitions in settings. Despite enabling them, there doesn't seem to be any effect. I've downloaded everything and checked the necessary boxes, but nothing is changing. WebStorm is indicating that there is a missing import for all my three.js code, resulting in underlined errors. The console output reads:
Missing import statement less... (Ctrl+F1)
Checks that all modules are referenced through import statements.
Suggests inserting the import statement.
When using libraries that define their own global symbols outside their visible JavaScript code (e.g. describe() in Mocha), it is recommended that you add the corresponding TypeScript type definition file as a JavaScript library in Preferences | Languages & Frameworks | JavaScript | Libraries.
I'm unsure how to resolve this issue and continue coding normally. It seems impossible at the moment. Can anyone offer guidance on fixing this problem?