My goal is to have a .ts file be able to import a .glsl file as a string, and for there to be no errors or warnings about this in VSCode. This is a very common workflow for frontend development involving WebGL.
My understanding is that I need to create a modules.d.ts file at the root of my project that looks like so: