[OV JS]: Add BigInt64/Uint64 support to Tensor and InferRequest (#32131)
### Details:
this fixes issue #32106
Added support BigInt64Array and BigUint64Array
- Add BigInt64Array and BigUint64Array to the
[SupportedTypedArray](https://github.com/openvinotoolkit/openvino/blob/master/src/bindings/js/node/lib/addon.ts#L1).
- Add tests for using the new types in Tensor and InferRequest.infer()
Ticket: CVS-168014