TIL,WIL(일간,주간 회고)

cannot find type definition file for 'morgan'. the file is in the program because:\n entry point for implicit type library 'morgan'

worldint 2023. 4. 17. 18:09

사실 정확한 원인은 모름

해결도 어떻게 된건지 모르겠음

tsconfig.json에서 

"typeRoots":["node_modules/@types", "interfaces"]

여기에다가 

"typeRoots":["node_modules/@types", "interfaces","node_modules"]

이렇게 넣으니까 에러300몇개 떠서 다시 지우니까 

 

cannot find type definition file for 'morgan'. the file is in the program because:\n entry point for implicit type library 'morgan'

 

이 에러문구 사람짐
vscode에서 읽지 못해서 생긴 문제아닐까 생각한다.

그냥 vscode 껏다가 켜도 없어졌을꺼 같다