Skip to content

Commit e25c326

Browse files
committed
Translate 1 file to ko, tsconfig - moduleResolution
1 parent 914060e commit e25c326

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
display: "Module Resolution"
3+
oneline: "Specify how TypeScript looks up a file from a given module specifier."
4+
---
5+
6+
모듈 해결 전략을 지정합니다 : `'node'` (Node.js) 또는 `'classic'` (1.6 릴리즈 이전에 TypeScript에서 사용된).
7+
최신 코드에서는 `classic`을 사용할 필요가 없을 것입니다.
8+
9+
[Module Resolution](/docs/handbook/module-resolution.html)에 핸드북 참조 페이지가 있습니다.

0 commit comments

Comments
 (0)