Zend certified PHP/Magento developer

Custom template for shipping method item

I need to create a custom template for shipping method item

view/frontend/web/template/shipping-address/shipping-method-item.html

However, this template file has allready been overwritten by another module, so this method is not working.


    
        
            
                DM_Checkout/shipping-method-item
            
        
    

The other module looks like this:

vendor/quickpay/magento2/view/frontend/layout/checkout_index_index.xml


    
        
            
                QuickPay_Gateway/shipping/shipping-method-item
            
        
    

What would be the best approach to accomplish this task?