Importing the OrbitControls directly from the source file after importing THREE worked great for me (without using the three-orbitcontrols-ts
package):
import * as THREE from 'three';
import 'three/examples/js/controls/OrbitControls';
Using only the three
and @types/three
packages