Skip to content

Commit bf61957

Browse files
chore(): update typescript
1 parent 0974c3d commit bf61957

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

package-lock.json

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@nestjs/platform-express": "8.2.5",
2727
"@nestjs/testing": "8.2.5",
2828
"@types/jest": "27.4.0",
29-
"@types/node": "16.11.19",
29+
"@types/node": "17.0.8",
3030
"@types/supertest": "2.0.11",
3131
"@types/uuid": "8.3.4",
3232
"@typescript-eslint/eslint-plugin": "5.9.1",
@@ -46,7 +46,7 @@
4646
"supertest": "6.2.1",
4747
"ts-jest": "27.1.3",
4848
"typeorm": "0.2.41",
49-
"typescript": "4.3.5"
49+
"typescript": "4.5.4"
5050
},
5151
"dependencies": {
5252
"uuid": "8.3.2"

tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"sourceMap": false,
1212
"outDir": "./dist",
1313
"rootDir": "./lib",
14-
"skipLibCheck": true
14+
"skipLibCheck": true,
15+
"useUnknownInCatchVariables": false
1516
},
1617
"include": [
1718
"lib/**/*"

0 commit comments

Comments
 (0)