[ANGULAR] Angular 5+에서 underpiled typescript로 Repo를 가져 오는 방법 (.spec.ts 파일 제외)
ANGULARAngular 5+에서 underpiled typescript로 Repo를 가져 오는 방법 (.spec.ts 파일 제외)
해결법
-
1.tsconfig.json을 열고 이것으로 변경하십시오
tsconfig.json을 열고 이것으로 변경하십시오
{ ... "compilerOptions": { ... }, "include": [ "./src", "node_modules/example" ], "exclude" : ... }
from https://stackoverflow.com/questions/48449948/how-to-import-repo-with-uncompiled-typescript-in-angular-5-and-exclude-spec-t by cc-by-sa and MIT license
'ANGULAR' 카테고리의 다른 글
[ANGULAR] 전단지 팝업 내부 버튼을 추가합니다 (0) | 2020.11.29 |
---|---|
[ANGULAR] Angular 4 Typescript, 단추를 클릭하여 파일 열기 대화 상자 (0) | 2020.11.29 |
[ANGULAR] jax-rs 및 angular 2+를 사용하여 zip 파일을 다운로드하는 방법 (0) | 2020.11.29 |
[ANGULAR] Angular의 키 업으로 화살표 키를 사용하십시오 (0) | 2020.11.29 |
[ANGULAR] Angular 2의 경로 변경시 끝 간격 (0) | 2020.11.29 |