fix: enforce type checking on commit time
This commit is contained in:
7
packages/hoppscotch-app/types/socket-io-2.d.ts
vendored
Normal file
7
packages/hoppscotch-app/types/socket-io-2.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
// NOTE: This is an implementation just for shutting up
|
||||
// tsc, this is really annoying (and maybe dangerous)
|
||||
// We don't have access to the 2.4.0 typings, hence we make do with this,
|
||||
// Check docs before you correct types again as you need
|
||||
declare module "socket.io-client-v2" {
|
||||
export type Socket = any
|
||||
}
|
||||
Reference in New Issue
Block a user