module.exports = {
  transform: {
    "^.+\\.(ts|js)$": "ts-jest",
  },
};