typescript : 3.9.7;
bjs: 4.2.0
error report
Argument of type 'import("babylonjs/Events/pointerEvents").PointerInfo' is not assignable to parameter of type 'BABYLON.PointerInfo'.
The types of 'pickInfo.pickedPoint.toQuaternion().equals' are incompatible between these types.
Type '(otherQuaternion: import("babylonjs/types").DeepImmutableObject<import("babylonjs/Maths/math.vector").Quaternion>) => boolean' is not assignable to type '(otherQuaternion: BABYLON.DeepImmutableObject<BABYLON.Quaternion>) => boolean'.
Types of parameters 'otherQuaternion' and 'otherQuaternion' are incompatible.
Type 'BABYLON.DeepImmutableObject<BABYLON.Quaternion>' is not assignable to type
In my ts project the code snippets report this error but perform normal in blow playground,am I did something wrong?