Skip to content

Commit 3dc2f4e

Browse files
committed
build: Migrate to tsup
1 parent a505375 commit 3dc2f4e

File tree

5 files changed

+10470
-15613
lines changed

5 files changed

+10470
-15613
lines changed

jest.config.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */
2+
module.exports = {
3+
preset: 'ts-jest',
4+
testEnvironment: 'node',
5+
globals: {
6+
'ts-jest': {
7+
diagnostics: false,
8+
},
9+
},
10+
};

0 commit comments

Comments
 (0)