Typescript types for global THREE object in studio

I can understand not letting end-users install NPM packages in the studio, but I think you’re really undermining the point of typescript by encouraging the use of const { THREE } = window as any;

Just install @types/three for us, it’ll make the editor a lot more easy to use! Wrap it in a way that disallows import or something and still forces us to use the global window property. Whatever!

Thanks for the feedback, the team has this on their radar for improvement.