Is there a way to turn off TypeScript warnings and completely disable TS in Visual Studio Code for standard JavaScript files while using SvelteKit? I typically opt out of using TS when starting a new project.
Furthermore, is it possible to get rid of the intrusive MDN Reference popups, warnings, and other distractions in VSCode altogether? This question has popped up repeatedly, but a concrete solution seems elusive. What obstacles are hindering a resolution to this issue?