diff --git a/assets/images/docs/greet_person.png b/assets/images/docs/greet_person.png new file mode 100644 index 00000000..a19b60e9 Binary files /dev/null and b/assets/images/docs/greet_person.png differ diff --git a/pages/release notes/TypeScript 3.9.md b/pages/release notes/TypeScript 3.9.md index a09373d0..2221f9d7 100644 --- a/pages/release notes/TypeScript 3.9.md +++ b/pages/release notes/TypeScript 3.9.md @@ -500,7 +500,7 @@ TypeScrip 3.9는 이런 `export *` 선언을 항상 내보냅니다. ### 더 많은 libdom.d.ts 개선 (More libdom.d.ts refinements) -Web IDL 파일로부터 바로 TypeScript의 내장 .d.ts. 라이브러리 (lib.d.ts 및 제품군)가 생성될 수 있도록 DOM 규격으로부터 TypeScript의 내장 .d.ts. 라이브러리를 옮기는 작업을 계속 진행하고 있습니다. +Web IDL 파일에서 바로 TypeScript의 내장 .d.ts. 라이브러리 (lib.d.ts 및 제품군)가 생성될 수 있도록 DOM 규격의 TypeScript의 내장 .d.ts. 라이브러리를 옮기는 작업을 계속 진행하고 있습니다. 그 결과 미디어 액세스와 관련된 일부 벤더별 타입이 제거되었습니다. 프로젝트의 ambient *.d.ts 파일에 이 파일을 추가하면 다시 복구할 수 있습니다: diff --git a/pages/tutorials/TypeScript in 5 minutes.md b/pages/tutorials/TypeScript in 5 minutes.md index 007a7f80..7f94567e 100644 --- a/pages/tutorials/TypeScript in 5 minutes.md +++ b/pages/tutorials/TypeScript in 5 minutes.md @@ -8,7 +8,7 @@ TypeScript를 설치하는 방법에는 크게 두 가지가 있습니다: * TypeScript의 Visual Studio 플러그인 설치 Visual Studio 2017과 Visual Studio 2015 Update 3는 기본적으로 Typescript를 포함하고 있습니다. -만약 TypeScript를 Visual Studio과 함께 설치하지 않았다면 [이곳에서 다운로드](https://www.typescriptlang.org/download)할 수 있습니다. +만약 TypeScript를 Visual Studio과 함께 설치하지 않았다면 [이곳에서 다운로드](https://www.typescriptlang.org/#download-links)할 수 있습니다. NPM 사용자의 경우: