We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 34da375 + be0e139 commit ca9864dCopy full SHA for ca9864d
docs/tsconfig/ko/options/noResolve.md
@@ -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