Skip to content

Commit

Permalink
chore(deps): upgrade typescript, jest, eslint
Browse files Browse the repository at this point in the history
also upgrade related dependencies: ts-node, ts-jest
  • Loading branch information
urish committed Jan 5, 2023
1 parent b9c8cd0 commit 3946334
Show file tree
Hide file tree
Showing 6 changed files with 4,524 additions and 9,616 deletions.
1 change: 0 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"plugin:jest/recommended",
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"prettier/@typescript-eslint",
"plugin:prettier/recommended"
],
"rules": {
Expand Down
9 changes: 5 additions & 4 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
globals: {
'ts-jest': {
tsConfig: 'tsconfig.spec.json',
},
transform: {
'^.+\\.tsx?$': [
'ts-jest',
{ tsconfig: './tsconfig.spec.json' },
],
},
};
Loading

0 comments on commit 3946334

Please sign in to comment.