ES6 Re-export override demo Check the src/re-export folder and unit tests are in re-export.test.tsx. The solution is from stackoverflow import { theFunction } from './myOverrides' export * from 'some-library' export { theFunction }