Skip to content

Commit ca9864d

Browse files
author
Orta Therox
authoredJul 30, 2021
Merge pull request #97 from proceane/noResolve
Translate 1 file to ko, TSConfig - noResolve
2 parents 34da375 + be0e139 commit ca9864d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
 

‎docs/tsconfig/ko/options/noResolve.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
display: "No Resolve"
3+
oneline: "Disallow `import`s, `require`s or `<reference>`s from expanding the number of files TypeScript should add to a project."
4+
---
5+
6+
기본적으로 TypeScript는 `import``<reference` 지시문에 대한 초기 파일 세트를 검사하고 이러한 확인된 파일을 프로그램에 추가합니다.
7+
8+
`noResolve`가 설정되어 있으면 이 프로세스가 발생하지 않습니다.
9+
그러나, `import`문은 여전히 유효한 모듈인지 확인하기 위해 검사되므로, 다른 방법으로 이것이 충족되는지 확인해야 합니다.

0 commit comments

Comments
 (0)
Please sign in to comment.