jest-config Shared jest config for my projects. Install npm install --save-dev @bubkoo/jest-config Usage jest.config.js module.exports = require('@bubkoo/jest-config'); jest.config.ts import config from '@bubkoo/jest-config'; export default config;