this.todoItem 타입이 any 라고 나옵니다
"strict": true, // "noImplicitAny": true,tsconfig.json 바꾸니까 수정되긴 했습니다!(사진)하지만강사님처럼 도움말이 상세하게는 안나오네요 ㅠㅠ 제가 원하는 모습은 this.todoItems마우스 호버 할 때 아래처럼 나오는 걸 원합니다 ! interface Todo { title: string; done: boolean; }vscode 인텔리센스로(자동완성)으로만 속성들을 확인해야 하나요??