@types/graphql package and had problems.Definitions by: in index.d.ts) so they can respond.Discussion in the graphql project: https://github.com/apollographql/graphql-subscriptions/issues/83
@ksaifullah Thanks, it works for me. By adding "esnext" in tsconfig.json:
"lib": [ "es2017", "dom", "esnext" ]
use esnext
can we close this?
Most helpful comment
@ksaifullah Thanks, it works for me. By adding "esnext" in tsconfig.json: