[OV JS] Add Tensor.copyTo() method to Node.js bindings (#32340)
### Details:
- this fixes #29758
### Implements ov::Tensor::copy_to() method in JavaScript bindings.
- Added copyTo() method in C++ (tensor.cpp)
- Added method declaration in header (tensor.hpp)
- Updated TypeScript definitions (addon.ts)
- Added comprehensive unit tests