Skip to content

Translate 1 file to ko, TSConfig - noResolve #97

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 30, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/tsconfig/ko/options/noResolve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
display: "No Resolve"
oneline: "Disallow `import`s, `require`s or `<reference>`s from expanding the number of files TypeScript should add to a project."
---

기본적으로 TypeScript는 `import``<reference` 지시문에 대한 초기 파일 세트를 검사하고 이러한 확인된 파일을 프로그램에 추가합니다.

`noResolve`가 설정되어 있으면 이 프로세스가 발생하지 않습니다.
그러나, `import`문은 여전히 유효한 모듈인지 확인하기 위해 검사되므로, 다른 방법으로 이것이 충족되는지 확인해야 합니다.