이슈
[0] node_modules/@types/graphql/subscription/subscribe.d.ts(17,12): error TS2304: Cannot find name 'AsyncIterator'.
[0] node_modules/@types/graphql/subscription/subscribe.d.ts(29,12): error TS2304: Cannot find name 'AsyncIterable'.
해결
tsconfig.json 파일에 esnext.asynciterable 추가.
'Development > Typescript' 카테고리의 다른 글
[Typescript] TypeError: koa_1.default is not a constructor (0) | 2023.12.23 |
---|---|
[Typescript] Graphql Health Check (0) | 2023.12.20 |
댓글