UNPKG

nx-esbuild-decorators

Version:

The Nx Plugin for esbuild contains executors and generators that support building applications using esbuild and also supports decorators

12 lines (11 loc) 304 B
/* eslint-disable */ export default { transform: { '^.+\\.[tj]sx?$': ['ts-jest', { tsconfig: '<rootDir>/tsconfig.spec.json' }], }, moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'html'], globals: {}, displayName: 'esbuild', testEnvironment: 'node', preset: '../../jest.preset.js', };