mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-27 23:55:49 +00:00
feat: bump typescript to 5.x (#2387)
This commit is contained in:
@@ -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>,
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
"removeComments": true,
|
||||
"preserveConstEnums": false,
|
||||
"esModuleInterop": true,
|
||||
"suppressImplicitAnyIndexErrors": false,
|
||||
"resolveJsonModule": true,
|
||||
"preserveSymlinks": true
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user