Skip to content

Commit 718e704

Browse files
chore: upgrade typescript
1 parent aa2717b commit 718e704

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

package-lock.json

+4-4
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
@@ -171,7 +171,7 @@
171171
"ts-morph": "18.0.0",
172172
"ts-node": "10.9.1",
173173
"typeorm": "0.3.12",
174-
"typescript": "4.9.5",
174+
"typescript": "5.0.3",
175175
"wrk": "1.2.1",
176176
"ws": "8.13.0"
177177
},
@@ -243,4 +243,4 @@
243243
],
244244
"exit": true
245245
}
246-
}
246+
}

packages/core/middleware/routes-mapper.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export class RoutesMapper {
3737
return [
3838
{
3939
path: addLeadingSlash(routePath),
40-
method: defaultRequestMethod,
40+
method: defaultRequestMethod as any,
4141
},
4242
];
4343
}

packages/tsconfig.build.json

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"declaration": true,
66
"noImplicitAny": false,
77
"skipLibCheck": true,
8-
"suppressImplicitAnyIndexErrors": true,
98
"noUnusedLocals": false,
109
"importHelpers": true,
1110
"removeComments": false,

0 commit comments

Comments
 (0)