Currently experiencing a TypeScript error within a JavaScript file
https://i.sstatic.net/gBzWx.png
- The issue is within a folder containing only one JavaScript file, and there are no Node.js or package.json files present.
- I have disabled the TypeScript extensions (not using tslint).
- Reviewed my Visual Studio Code settings JSON:
"typescript.updateImportsOnFileMove.enabled": "always",
"[typescript]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }