Overwrite ‘require’ in child-theme

according to the documentation https://codex.wordpress.org/Function_Reference/get_template_directory

If a child theme is being used, the absolute path to the parent theme
directory will be returned. Use get_stylesheet_directory() to get the
absolute path to the child theme directory.

I hope you find it useful 🙂