Skip to content

Commit

Permalink
Bump typescript dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <hello@matteocollina.com>
  • Loading branch information
mcollina committed Jul 3, 2023
1 parent c1eb3cf commit fad34f8
Show file tree
Hide file tree
Showing 3 changed files with 841 additions and 1,317 deletions.
8 changes: 4 additions & 4 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ module.exports = {
preset: "ts-jest",
testEnvironment: "node",
testPathIgnorePatterns: ["/build/", "/node_modules/"],
globals: {
'ts-jest': {
tsconfig: 'tsconfig.test.json'
}
transform: {
'^.+\\.tsx?$': ['ts-jest', {
tsconfig: 'tsconfig.test.json',
}]
},
moduleNameMapper: {
'tiny-lru': require.resolve('tiny-lru')
Expand Down
Loading

0 comments on commit fad34f8

Please sign in to comment.