File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ TypeScript์ ํ์
์์คํ
์ ์ฝ๋๋ฒ ์ด์ค๋ก ์์
ํ ๋์ ์๊ฒฉํจ
11
11
* [ JSDoc๋ฅผ ํตํ] ( /docs/handbook/jsdoc-supported-types.html ) JavaScript์์์ Incremental typing
12
12
* JavaScript์์์ ` // @ts-check ` ์ฌ์ฉ
13
13
* TypeScript ์ฝ๋
14
- * [ ` ์๊ฒฉํจ ` ] ( /tsconfig#strict ) ์ด ํ์ฑํ๋ TypeScript
14
+ * [ ` strict ` ] ( /tsconfig#strict ) ์ด ํ์ฑํ๋ TypeScript
15
15
16
16
๊ฐ ๋จ๊ณ๋ ๋ ์์ ํ ํ์
์์คํ
์ ์ํ ์์ง์์ ํด๋นํ์ง๋ง, ๋ฐ๋์ ๋ชจ๋ ํ๋ก์ ํธ๊ฐ ํด๋น ์์ค์ ๋ง๋ ๊ฒ์ฆ์ ํ์๋ก ํ๋ ๊ฒ์ ์๋๋๋ค.
17
17
@@ -65,4 +65,4 @@ x = 0; // ์ฑ๊ณต
65
65
x = false ; // ์ฑ๊ณต ์๋
66
66
```
67
67
68
- JavaScript๋ฅผ TypeScript๋ก ํด์ํ๋ ๋ฐฉ๋ฒ์ ๋ํ ์์ธํ ๋ด์ฉ์ [ TS Type์ด JS๋ฅผ ์ฒดํฌํ๋ ๋ฐฉ๋ฒ] ( /docs/handbook/type-checking-javascript-files.html ) ์ ์ฐธ๊ณ ํ์๊ธฐ ๋ฐ๋๋๋ค.
68
+ JavaScript๋ฅผ TypeScript๋ก ํด์ํ๋ ๋ฐฉ๋ฒ์ ๋ํ ์์ธํ ๋ด์ฉ์ [ TS Type์ด JS๋ฅผ ์ฒดํฌํ๋ ๋ฐฉ๋ฒ] ( /docs/handbook/type-checking-javascript-files.html ) ์ ์ฐธ๊ณ ํ์๊ธฐ ๋ฐ๋๋๋ค.
You canโt perform that action at this time.
0 commit comments