TypeScript3 [Typescript] AsyncIterator, AsyncIterable 오류 발생시 이슈 [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 2023. 12. 23. [Typescript] Graphql Health Check 질문 Q. Typescript Graphql Health Check A. Sure, let's create a simple health check using GraphQL and TypeScript. In this example, we'll create a GraphQL query that checks the health of your application. First, make sure you have Node.js and npm installed on your machine. Then, create a new project folder and run: $ npm init -y $ npm install express express-graphql graphql $ npm install -D typescr.. Development/Typescript 2023. 12. 20. [Intellij] Run/Debug 설정 - Typescript 질문 Q. Typescript버전으로 intellij run/debug 설정 방법 알려주세요. A. TypeScript 프로젝트를 IntelliJ IDEA에서 실행하고 디버그하기 위한 설정 방법은 다음과 같습니다. 1. IntelliJ IDEA 설치 및 프로젝트 열기: - IntelliJ IDEA를 설치하고 TypeScript 프로젝트를 엽니다. 2. TypeScript 플러그인 설치: - TypeScript 프로젝트 작업을 더 쉽게 만들기 위해 TypeScript 플러그인을 설치합니다. 플러그인을 설치하려면 "File" -> "Settings" (또는 macOS에서는 "IntelliJ IDEA" -> "Preferences")로 이동한 다음 "Plugins"을 클릭하고 "TypeScript"를 검색하여.. Development/Tools 2023. 12. 20. 이전 1 다음