17
"중복 식별자"를 혼동하는 Typescript 오류 메시지
왜 이런 종류의 오류가 더 많이 발생합니까? 아래의 키 코드 스 니펫뿐만 아니라 리포지토리에 대한 링크를 추가하고 있습니다. 종속성과 "포함"체인 작동 방식에 대한 기본적인 오해가 있다고 생각합니다. csvproc(master)> tsc node_modules/typescript/bin/lib.core.d.ts(83,5): error TS2300: Duplicate identifier 'configurable'. node_modules/typescript/bin/lib.core.d.ts(84,5): error TS2300: Duplicate identifier 'enumerable'. node_modules/typescript/bin/lib.core.d.ts(85,5): error TS2300: Duplicate identifier 'value'. node_modules/typescript/bin/lib.core.d.ts(86,5): error TS2300: …
224
typescript