I'm working on a JavaScript project in VS Code using the AEM Guides Extension framework. In the codebase, there's frequent usage of tcx, but VS Code keeps showing errors like "tcx is not defined" and doesn't provide any IntelliSense for it.
How can I configure my project so that:
- VS Code recognizes tcx as a global object (or however it's defined in the framework)?
- IntelliSense works properly for tcx and its properties/methods?
Any tips on setting up type definitions or project configuration to fix this would be greatly appreciated!