Skip to content

Commit

Permalink
Upgrade TypeScript to v5.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
takashiro committed Jun 30, 2024
1 parent 61ebb83 commit 8288c36
Show file tree
Hide file tree
Showing 6 changed files with 212 additions and 290 deletions.
3 changes: 1 addition & 2 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ export default {
coverageDirectory: 'build/coverage',
collectCoverageFrom: [
'src/**/*.ts',
'!src/cli.ts',
],
extensionsToTreatAsEsm: ['.ts'],
moduleNameMapper: {
Expand All @@ -16,7 +15,7 @@ export default {
'^.+\\.ts$': [
'ts-jest',
{
tsconfig: './test/tsconfig.json',
tsconfig: 'test/tsconfig.json',
useESM: true,
},
],
Expand Down
Loading

0 comments on commit 8288c36

Please sign in to comment.