import type { Config } from 'jest';

const config: Config = {
  transformIgnorePatterns: [
    "jest-runner",
  ],
};

export default config;
