Skip to content

Commit 2f1168b

Browse files
authored
Update composite.md
1 parent 7a7ea7c commit 2f1168b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/tsconfig/ko/options/composite.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ display: "Composite"
33
oneline: "Enable constraints that allow a TypeScript project to be used with project references."
44
---
55

6-
`composite` 옵션은 프로젝트가 제작되지 않았을 때, 빠른 결정을 하기 위해서 빌드 도구(`—build` 모드에서 TypeScript를 포함한)를 가능하게 만들기위해 특정 조건을 적용합니다.
6+
`composite` 옵션은 아직 빌드되지 않은 프로젝트의 빠른 빌드 설정을 위해 빌드 도구(`—build` 모드에서 TypeScript를 포함한) 특정 조건을 적용합니다.
77

8-
이 설정이 켜져 있는 경우:
8+
이 설정이 켜져 있으면:
99

10-
- 만약 `rootDir` 설정이 명백하게 설정되지 않은 경우, 기본값은 'tsconfig.json' 파일을 포함하는 디렉터리입니다.
10+
- 만약 `rootDir` 설정이 설정되어 있지 않다면, 기본값은 'tsconfig.json' 파일을 포함하는 디렉터리입니다.
1111

12-
- 모든 실행 파일은 `include` 패턴으로 일치하거나 `파일` 배열에 나열되어야 합니다. 만약 이 제약 조건을 위반하면, 'tsc'는 지정되지 않은 파일을 알려줍니다.
12+
- 모든 실행 파일은 `include` 패턴과 일치하거나 `파일` 배열에 나열되어야 합니다. 만약 이 제약 조건을 위반하면, 'tsc'는 지정되지 않은 파일을 알려줍니다.
1313

1414
- `declaration`의 기본값은 `true` 입니다.
1515

16-
TypeScript 프로젝트에 대한 문서는 [the handbook](https://www.typescriptlang.org/docs/handbook/project-references.html)에서 확인할 수 있습니다.
16+
TypeScript 프로젝트에 대한 문서는 [핸드북](https://www.typescriptlang.org/docs/handbook/project-references.html)에서 확인할 수 있습니다.

0 commit comments

Comments
 (0)