[REACT/TODOAPP] tsconfig.json include 설정
2023. 4. 17. 17:34ㆍIT/ClientSide
728x90
반응형
"include": ["src", "src/**/*.ts", "src/**/*.tsx"],
지금 세팅
설정하기 >
src/**/*.ts : src 폴더 + 모든 하위 폴더의 모든 ts 파일 포함
src/text?.txt : src폴더의 모든 + 이름 앞에 text가 붙은+ txt 파일
src/*.ts : src폴더의 모든 ts 파일
728x90
반응형
'IT > ClientSide' 카테고리의 다른 글
[NomadCoder] Making Momentum with JavaScript 2. 터미널에서 vscode 실행, html-css-js의 동작 방식, index.html 기본 템플릿 생성 (0) | 2023.07.01 |
---|---|
[NomadCoder] Making Momentum with JavaScript 1. finder에서 터미널 열기, vscode 설치 (0) | 2023.07.01 |
[REACT/TODOAPP] react, typescript error (0) | 2023.04.13 |
[REACT/TODOAPP]typescript error (0) | 2023.04.13 |
[FrontEnd] 스파르타 코딩 네컷사진 (0) | 2023.04.12 |