const config = {
  verbose: true,
  transform: {
    '^.+\\.(ts|tsx)$': ['ts-jest']
  }
};

export default config;
