We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c276ae8 + f9b69e2 commit 89770e7Copy full SHA for 89770e7
docs/documentation/ko/javascript/Creating DTS files From JS.md
@@ -73,7 +73,7 @@ TypeScript는 .d.ts 파일을 찾기 위한 추가 단계와 함께 `package.jso
73
| :------------------------ | :----------------------------- |
74
| "types" 필드 없음 | "main" 확인 후, index.d.ts 확인 |
75
| "types": "main.d.ts" | main.d.ts |
76
-| "types": "./dist/main.js" | ./main/main.d.ts |
+| "types": "./dist/main.js" | ./dist/main.d.ts |
77
78
type 필드가 없다면, "main"으로 넘어갑니다.
79
0 commit comments