tsconfig1 CRA 프로젝트 absolute import path 설정 | .env tsconfig jsconfig 절대경로. absolute import path를 설정하기 위해 아래와 같은 작업이 필요하다. jsconfig.json or tsconfig.json { "compilerOptions": { // ... "baseUrl": "src", // Add this // ... }, "include": [ "src" // Add this ] } 2021. 9. 4. 이전 1 다음