How to get GLTFLoader work in browser (Typescript + Three.js)

I’m not using TS but I can tell you than it does not run natively in browsers. So you have to compile it into JavaScript in your build process before you can actually execute your application. Maybe you find some useful information in the following topic: