|
1 |
| -A nightly build from the [TypeScript's `master`](https://github.com/Microsoft/TypeScript/tree/master) branch is published by midnight PST to NPM and NuGet. |
2 |
| -Here is how you can get it and use it with your tools. |
| 1 | +[TypeScript์ `master`](https://github.com/Microsoft/TypeScript/tree/master) ๋ธ๋์น์ nightly ๋น๋๋ PST midnight๊น์ง NPM๊ณผ NuGet์ ๋ฐฐํฌ๋ฉ๋๋ค. |
| 2 | +๋ค์๊ณผ ๊ฐ์ด ๋๊ตฌ๋ฅผ ์ฌ์ฉํ์ฌ ๊ฐ์ ธ์ฌ ์ ์์ต๋๋ค. |
3 | 3 |
|
4 |
| -## Using npm |
| 4 | +## npm ์ฌ์ฉ |
5 | 5 |
|
6 | 6 | ```shell
|
7 | 7 | npm install -g typescript@next
|
8 | 8 | ```
|
9 | 9 |
|
10 |
| -## Using NuGet with MSBuild |
| 10 | +## MSBuild์ NuGet ์ฌ์ฉ |
11 | 11 |
|
12 |
| -> Note: You'll need to configure your project to use the NuGet packages. |
13 |
| -Please see [Configuring MSBuild projects to use NuGet](https://github.com/Microsoft/TypeScript/wiki/Configuring-MSBuild-projects-to-use-NuGet) for more information. |
| 12 | +> ์ฃผ์์ฌํญ: NuGet ํจํค์ง๋ฅผ ์ฌ์ฉํ๋๋ก ํ๋ก์ ํธ๋ฅผ ๊ตฌ์ฑํด์ผ ํฉ๋๋ค. ์์ธํ ๋ด์ฉ์ [NuGet๋ฅผ ์ฌ์ฉํ๋๋ก MSBuild ํ๋ก์ ํธ ๊ตฌ์ฑ](https://github.com/Microsoft/TypeScript/wiki/Configuring-MSBuild-projects-to-use-NuGet)์ ์ฐธ์กฐํ์ญ์์ค. |
14 | 13 |
|
15 |
| -The nightlies are available on [www.myget.org](https://www.myget.org/gallery/typescript-preview). |
| 14 | +nightlies๋ [www.myget.org](https://www.myget.org/gallery/typescript-preview)์์ ์ด์ฉ ๊ฐ๋ฅํฉ๋๋ค. |
16 | 15 |
|
17 | 16 | There are two packages:
|
18 | 17 |
|
19 | 18 | * `Microsoft.TypeScript.Compiler`: Tools only (`tsc.exe`, `lib.d.ts`, etc.) .
|
20 | 19 | * `Microsoft.TypeScript.MSBuild`: Tools as above, as well as MSBuild tasks and targets (`Microsoft.TypeScript.targets`, `Microsoft.TypeScript.Default.props`, etc.)
|
21 | 20 |
|
22 |
| -## Updating your IDE to use the nightly builds |
| 21 | +## nightly ๋น๋๋ฅผ ์ฌ์ฉํ๋๋ก IDE ์
๋ฐ์ดํธ |
23 | 22 |
|
24 |
| -You can also update your IDE to use the nightly drop. |
25 |
| -First you will need to install the package through npm. |
26 |
| -You can either install the npm package globally or to a local `node_modules` folder. |
| 23 | +nightly drop์ ์ฌ์ฉํ๋๋ก IDE๋ฅผ ์
๋ฐ์ดํธํ ์๋ ์์ต๋๋ค. |
| 24 | +๋จผ์ npm์ ํตํด ํจํค์ง๋ฅผ ์ค์นํด์ผํฉ๋๋ค. |
| 25 | +npm ํจํค์ง๋ฅผ ์ ์ญ์ผ๋ก ์ค์นํ๊ฑฐ๋ ๋ก์ปฌ `node_modules` ํด๋์ ์ค์นํ ์ ์์ต๋๋ค. |
27 | 26 |
|
28 |
| -The rest of this section assumes `typescript@next` is already installed. |
| 27 | +์ด ์น์
์ ๋๋จธ์ง ๋ถ๋ถ์์๋ `typescript@next`๊ฐ ์ด๋ฏธ ์ค์น๋์ด ์๋ค๊ณ ๊ฐ์ ํฉ๋๋ค. |
29 | 28 |
|
30 | 29 | ### Visual Studio Code
|
31 | 30 |
|
32 |
| -Update `.vscode/settings.json` with the following: |
| 31 | +`.vscode/settings.json` ํ์ผ์ ๋ค์๊ณผ ๊ฐ์ด ์
๋ฐ์ดํธํ์ธ์: |
33 | 32 |
|
34 | 33 | ```json
|
35 | 34 | "typescript.tsdk": "<path to your folder>/node_modules/typescript/lib"
|
36 | 35 | ```
|
37 | 36 |
|
38 |
| -More information is available at [VSCode documentation](https://code.visualstudio.com/Docs/languages/typescript#_using-newer-typescript-versions). |
| 37 | +์์ธํ ๋ด์ฉ์ [VSCode ๋ฌธ์](https://code.visualstudio.com/Docs/languages/typescript#_using-newer-typescript-versions)๋ฅผ ์ฐธ์กฐํ์ธ์. |
39 | 38 |
|
40 | 39 | ### Sublime Text
|
41 | 40 |
|
42 |
| -Update the `Settings - User` file with the following: |
| 41 | +`Settings - User` ํ์ผ์ ๋ค์๊ณผ ๊ฐ์ด ์
๋ฐ์ดํธํ์ธ์: |
43 | 42 |
|
44 | 43 | ```json
|
45 | 44 | "typescript_tsdk": "<path to your folder>/node_modules/typescript/lib"
|
46 | 45 | ```
|
47 | 46 |
|
48 |
| -More information is available at the [TypeScript Plugin for Sublime Text installation documentation](https://github.com/Microsoft/TypeScript-Sublime-Plugin#installation). |
| 47 | +์์ธํ ๋ด์ฉ์ [Sublime Text๋ฅผ ์ํ TypeScript ํ๋ฌ๊ทธ์ธ ์ค์น ๋ฌธ์](https://github.com/Microsoft/TypeScript-Sublime-Plugin#installation)๋ฅผ ์ฐธ์กฐํ์ธ์. |
49 | 48 |
|
50 |
| -### Visual Studio 2013 and 2015 |
| 49 | +### Visual Studio 2013 ๋ฐ 2015 |
51 | 50 |
|
52 |
| -> Note: Most changes do not require you to install a new version of the VS TypeScript plugin. |
| 51 | +> ์ฃผ์์ฌํญ: ๋๋ถ๋ถ์ ๋ณ๊ฒฝ ์ฌํญ์๋ ์๋ก์ด ๋ฒ์ ์ VS TypeScript ํ๋ฌ๊ทธ์ธ์ ์ค์นํ ํ์๋ ์์ต๋๋ค. |
53 | 52 |
|
54 |
| -The nightly build currently does not include the full plugin setup, but we are working on publishing an installer on a nightly basis as well. |
| 53 | +ํ์ฌ nightly build์๋ ์ ์ฒด ํ๋ฌ๊ทธ์ธ ์ค์ ์ด ํฌํจ๋์ด ์์ง ์์ง๋ง nightly ๊ธฐ๋ฐ์ผ๋ก ์ค์น ํ๋ก๊ทธ๋จ์ ๋ฐฐํฌํ๊ธฐ ์ํด ๋
ธ๋ ฅํ๊ณ ์์ต๋๋ค. |
55 | 54 |
|
56 |
| -1. Download the [VSDevMode.ps1](https://github.com/Microsoft/TypeScript/blob/master/scripts/VSDevMode.ps1) script. |
| 55 | +1. [VSDevMode.ps1](https://github.com/Microsoft/TypeScript/blob/master/scripts/VSDevMode.ps1) ์คํฌ๋ฆฝํธ ๋ค์ด๋ก๋. |
57 | 56 |
|
58 |
| - > Also see our wiki page on [using a custom language service file](https://github.com/Microsoft/TypeScript/wiki/Dev-Mode-in-Visual-Studio#using-a-custom-language-service-file). |
| 57 | + > ๋ํ [์ปค์คํ
์ธ์ด ์๋น์ค ํ์ผ ์ฌ์ฉ](https://github.com/Microsoft/TypeScript/wiki/Dev-Mode-in-Visual-Studio#using-a-custom-language-service-file)์ ๋ํ ์ํค ํ์ด์ง๋ฅผ ์ฐธ์กฐํ์ธ์. |
59 | 58 |
|
60 |
| -2. From a PowerShell command window, run: |
| 59 | +2. PowerShell ์ปค๋งจ๋ ๋ผ์ธ์ฐฝ์์ ๋ค์์ ์คํํฉ๋๋ค: |
61 | 60 |
|
62 |
| - For VS 2015: |
| 61 | + VS 2015: |
63 | 62 |
|
64 | 63 | ```posh
|
65 | 64 | VSDevMode.ps1 14 -tsScript <path to your folder>/node_modules/typescript/lib
|
66 | 65 | ```
|
67 | 66 |
|
68 |
| - For VS 2013: |
| 67 | + VS 2013: |
69 | 68 |
|
70 | 69 | ```posh
|
71 | 70 | VSDevMode.ps1 12 -tsScript <path to your folder>/node_modules/typescript/lib
|
72 | 71 | ```
|
73 | 72 |
|
74 | 73 | ### IntelliJ IDEA (Mac)
|
75 | 74 |
|
76 |
| -Go to `Preferences` > `Languages & Frameworks` > `TypeScript`: |
77 |
| - > TypeScript Version: If you installed with npm: `/usr/local/lib/node_modules/typescript/lib` |
| 75 | +`Preferences` > `Languages & Frameworks` > `TypeScript`๋ฅผ ์ ํํฉ๋๋ค: |
| 76 | + > TypeScript ๋ฒ์ : npm๊ณผ ํจ๊ป ์ค์นํ ๊ฒฝ์ฐ: `/usr/local/lib/node_modules/typescript/lib` |
0 commit comments