feat: bump typescript to 5.x (#2387)

This commit is contained in:
Caleb Kniffen
2023-07-18 13:38:53 -05:00
parent f7d0cfb93a
commit 9f8502d522
7 changed files with 11 additions and 14 deletions

View File

@@ -55,7 +55,7 @@ export type MockedWebSocketServer = WebSocketServer &
addResponse: (
command: string,
response:
| Response
| BaseResponse
| ErrorResponse
| ((r: Request) => Response | ErrorResponse | Record<string, unknown>)
| Record<string, unknown>,

View File

@@ -12,7 +12,6 @@
"removeComments": true,
"preserveConstEnums": false,
"esModuleInterop": true,
"suppressImplicitAnyIndexErrors": false,
"resolveJsonModule": true,
"preserveSymlinks": true
},