|
4 | 4 |
|
5 | 5 | ## 튜토리얼
|
6 | 6 |
|
7 |
| -* [5분 안에 보는 TypeScript](pages/tutorials/TypeScript in 5 minutes.md) |
8 |
| -* [ASP.NET Core](pages/tutorials/ASP.NET Core.md) |
9 |
| -* [걸프](pages/tutorials/Gulp.md) |
10 |
| -* [JavaScript에서 마이그레이션](pages/tutorials/Migrating from JavaScript.md) |
11 |
| -* [리액트 & 웹팩](pages/tutorials/React & Webpack.md) |
| 7 | +* [5분 안에 보는 TypeScript](pages/tutorials/typescript-in-5-minutes.md) |
| 8 | +* [ASP.NET Core](pages/tutorials/asp.net-core.md) |
| 9 | +* [걸프](pages/tutorials/gulp.md) |
| 10 | +* [JavaScript에서 마이그레이션](pages/tutorials/migrating-from-javascript.md) |
| 11 | +* [리액트 & 웹팩](pages/tutorials/react-&-webpack.md) |
12 | 12 |
|
13 | 13 | ## 핸드북
|
14 | 14 |
|
15 |
| -* [기본 타입](pages/Basic Types.md) |
16 |
| -* [변수 선언](pages/Variable Declarations.md) |
17 |
| -* [인터페이스](pages/Interfaces.md) |
18 |
| -* [클래스](pages/Classes.md) |
19 |
| -* [함수](pages/Functions.md) |
20 |
| -* [제네릭](pages/Generics.md) |
21 |
| -* [열거형](pages/Enums.md) |
22 |
| -* [타입 추론](pages/Type Inference.md) |
23 |
| -* [타입 호환성](pages/Type Compatibility.md) |
24 |
| -* [고급 타입](pages/Advanced Types.md) |
25 |
| -* [심볼](pages/Symbols.md) |
26 |
| -* [이터레이터와 제네레이터](pages/Iterators and Generators.md) |
27 |
| -* [모듈](pages/Modules.md) |
28 |
| -* [네임스페이스](pages/Namespaces.md) |
29 |
| -* [네임스페이스와 모듈](pages/Namespaces and Modules.md) |
30 |
| -* [모듈 해석](pages/Module Resolution.md) |
31 |
| -* [선언 병합](pages/Declaration Merging.md) |
32 |
| -* [JSX](pages/JSX.md) |
33 |
| -* [데코레이터](pages/Decorators.md) |
34 |
| -* [믹스인](pages/Mixins.md) |
35 |
| -* [트리플-슬래시 지시자](pages/Triple-Slash Directives.md) |
36 |
| -* [JavaScript 파일 타입 검사](pages/Type Checking JavaScript Files.md) |
37 |
| -* [유틸리티 타입](pages/Utility Types.md) |
| 15 | +* [기본 타입](pages/basic-types.md) |
| 16 | +* [변수 선언](pages/variable-declarations.md) |
| 17 | +* [인터페이스](pages/interfaces.md) |
| 18 | +* [클래스](pages/classes.md) |
| 19 | +* [함수](pages/functions.md) |
| 20 | +* [제네릭](pages/generics.md) |
| 21 | +* [열거형](pages/enums.md) |
| 22 | +* [타입 추론](pages/type-inference.md) |
| 23 | +* [타입 호환성](pages/type-compatibility.md) |
| 24 | +* [고급 타입](pages/advanced-types.md) |
| 25 | +* [심볼](pages/symbols.md) |
| 26 | +* [이터레이터와 제네레이터](pages/iterators-and-generators.md) |
| 27 | +* [모듈](pages/modules.md) |
| 28 | +* [네임스페이스](pages/namespaces.md) |
| 29 | +* [네임스페이스와 모듈](pages/namespaces-and-modules.md) |
| 30 | +* [모듈 해석](pages/module-resolution.md) |
| 31 | +* [선언 병합](pages/declaration-merging.md) |
| 32 | +* [JSX](pages/jsx.md) |
| 33 | +* [데코레이터](pages/decorators.md) |
| 34 | +* [믹스인](pages/mixins.md) |
| 35 | +* [트리플-슬래시 지시자](pages/triple-slash-directives.md) |
| 36 | +* [JavaScript 파일 타입 검사](pages/type-checking-javaScript-files.md) |
| 37 | +* [유틸리티 타입](pages/utility-types.md) |
38 | 38 |
|
39 | 39 | ## 선언 파일
|
40 | 40 |
|
41 |
| -* [소개](pages/declaration files/Introduction.md) |
42 |
| -* [Library Structures](pages/declaration files/Library Structures.md) |
43 |
| -* [By Example](pages/declaration files/By Example.md) |
44 |
| -* [Do's and Don'ts](pages/declaration files/Do's and Don'ts.md) |
45 |
| -* [Deep Dive](pages/declaration files/Deep Dive.md) |
46 |
| -* [Templates](pages/declaration files/Templates.md) |
47 |
| - * [global-modifying-module.d.ts](pages/declaration files/templates/global-modifying-module.d.ts.md) |
48 |
| - * [global-plugin.d.ts](pages/declaration files/templates/global-plugin.d.ts.md) |
49 |
| - * [global.d.ts](pages/declaration files/templates/global.d.ts.md) |
50 |
| - * [module-class.d.ts](pages/declaration files/templates/module-class.d.ts.md) |
51 |
| - * [module-function.d.ts](pages/declaration files/templates/module-function.d.ts.md) |
52 |
| - * [module-plugin.d.ts](pages/declaration files/templates/module-plugin.d.ts.md) |
53 |
| - * [module.d.ts](pages/declaration files/templates/module.d.ts.md) |
54 |
| -* [Publishing](pages/declaration files/Publishing.md) |
55 |
| -* [Consumption](pages/declaration files/Consumption.md) |
| 41 | +* [소개](pages/declaration-files/introduction.md) |
| 42 | +* [Library Structures](pages/declaration-files/library-structures.md) |
| 43 | +* [By Example](pages/declaration-files/by-example.md) |
| 44 | +* [Do's and Don'ts](pages/declaration-files/dos-and-don-ts.md) |
| 45 | +* [Deep Dive](pages/declaration-files/deep-dive.md) |
| 46 | +* [Templates](pages/declaration-files/templates.md) |
| 47 | + * [global-modifying-module.d.ts](pages/declaration-files/templates/global-modifying-module.d.ts.md) |
| 48 | + * [global-plugin.d.ts](pages/declaration-files/templates/global-plugin.d.ts.md) |
| 49 | + * [global.d.ts](pages/declaration-files/templates/global.d.ts.md) |
| 50 | + * [module-class.d.ts](pages/declaration-files/templates/module-class.d.ts.md) |
| 51 | + * [module-function.d.ts](pages/declaration-files/templates/module-function.d.ts.md) |
| 52 | + * [module-plugin.d.ts](pages/declaration-files/templates/module-plugin.d.ts.md) |
| 53 | + * [module.d.ts](pages/declaration-files/templates/module.d.ts.md) |
| 54 | +* [Publishing](pages/declaration-files/publishing.md) |
| 55 | +* [Consumption](pages/declaration-files/consumption.md) |
56 | 56 |
|
57 | 57 | ## 프로젝트 환경설정
|
58 | 58 |
|
59 | 59 | * [tsconfig.json](pages/tsconfig.json.md)
|
60 |
| -* [컴파일러 옵션](pages/Compiler Options.md) |
61 |
| -* [프로젝트 레퍼런스](pages/Project References.md) |
62 |
| -* [MSBuild에서의 컴파일러 옵션](pages/Compiler Options in MSBuild.md) |
63 |
| -* [빌드 도구와 통합](pages/Integrating with Build Tools.md) |
64 |
| -* [Nightly 빌드](pages/Nightly Builds.md) |
| 60 | +* [컴파일러 옵션](pages/compiler-options.md) |
| 61 | +* [프로젝트 레퍼런스](pages/project-references.md) |
| 62 | +* [MSBuild에서의 컴파일러 옵션](pages/compiler-options-in-msbuild.md) |
| 63 | +* [빌드 도구와 통합](pages/integrating-with-build-tools.md) |
| 64 | +* [Nightly 빌드](pages/nightly-builds.md) |
| 65 | +* [configuring-watch (en)](pages/configuring-watch.md) |
65 | 66 |
|
66 | 67 | ## 릴리즈 노트
|
67 | 68 |
|
68 |
| -* [TypeScript 3.9](pages/release notes/TypeScript 3.9.md) |
69 |
| -* [TypeScript 3.8](pages/release notes/TypeScript 3.8.md) |
| 69 | +* [TypeScript 3.9](pages/release-notes/typescript-3.9.md) |
| 70 | +* [TypeScript 3.8](pages/release-notes/typescript-3.8.md) |
0 commit comments