Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyhastings committed Sep 12, 2022
1 parent 6b9ef49 commit b50c9ac
Show file tree
Hide file tree
Showing 4 changed files with 7,825 additions and 2,031 deletions.
16 changes: 16 additions & 0 deletions server/jest.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
import type { InitialOptionsTsJest } from 'ts-jest';

const configuration: InitialOptionsTsJest = {
extensionsToTreatAsEsm: ['.ts', '.mts'],
resolver: '<rootDir>/mjs-resolver.ts',
transform: {
'^.+\\.m?tsx?$': [
'ts-jest',
{
useESM: true,
},
],
},
};

export default configuration;
Loading

0 comments on commit b50c9ac

Please sign in to comment.