SW공부/Error Note
[Error Note] tsconfig.json에서 파일을 찾을 수 없는 에러
화난도깨비
2023. 6. 18. 00:39
File 'X 'not found. The file is in the program because: Matched by include pattern './src' in the program because : ...
아무것도 건드리지 않았는데 tsconfig.json 파일의 첫 번째 줄 { 하나만 있는 부분에 에러가 났다.
인터넷을 찾아보니 vscode를 껐다 켜거나 src 폴더에 ts파일을 추가해보라고...(https://velog.io/@heony/tsconfig.json-input-error)
실제로 vscode를 껐다 켜니 바로 없어졌다...
조금 허무하지만(?) 나중에 다시 찾게 될 수도 있으니 적어놓는다.