Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
poroshinaleksei committed Feb 25, 2025
1 parent 1391d14 commit d7d4045
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.2.0",
"@testing-library/user-event": "14.6.1",
"@types/eslint": "^9.6.1",
"@types/eslint__js": "^9.14.0",
"@types/fetch-headers": "2.0.2",
"@types/intl": "1.2.2",
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"noUnusedLocals": false,
"baseUrl": "./src",
"typeRoots": ["./node_modules/@types", "./src/@types"],
"resolveJsonModule": true
"resolveJsonModule": true,
"types": ["node"]
},
"tsLoaderOptions": {
"useCache": false
Expand Down
3 changes: 2 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4710,7 +4710,7 @@ __metadata:
languageName: node
linkType: hard

"@types/eslint@npm:*":
"@types/eslint@npm:*, @types/eslint@npm:^9.6.1":
version: 9.6.1
resolution: "@types/eslint@npm:9.6.1"
dependencies:
Expand Down Expand Up @@ -12754,6 +12754,7 @@ __metadata:
"@testing-library/jest-dom": "npm:6.6.3"
"@testing-library/react": "npm:16.2.0"
"@testing-library/user-event": "npm:14.6.1"
"@types/eslint": "npm:^9.6.1"
"@types/eslint__js": "npm:^9.14.0"
"@types/fetch-headers": "npm:2.0.2"
"@types/intl": "npm:1.2.2"
Expand Down

0 comments on commit d7d4045

Please sign in to comment.