Upgrade build to TypeScript 7

This commit is contained in:
Shivam Mathur
2026-07-26 01:22:48 +05:30
parent 0c0c27b4cb
commit a75416c329
6 changed files with 428 additions and 18 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ module.exports = {
testMatch: ['**/*.test.ts'],
testRunner: 'jest-circus/runner',
transform: {
'^.+\\.ts$': 'ts-jest'
'^.+\\.ts$': ['ts-jest', {tsconfig: 'tsconfig.test.json'}]
},
verbose: true,
collectCoverage: true