Skip to content

Commit a73a6c0

Browse files
committed
small change
1 parent 7aaccc9 commit a73a6c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/documentation/ko/tutorials/Babel with TypeScript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Babel 사용의 단점은 TS를 JS로 전환하는 동안 타입 검사를 할
4040
"emitDeclarationOnly": true,
4141
// Babel이 TypeScript 프로젝트의 파일을 안전하게 트랜스파일할 수 있는지 확인합니다.
4242
"isolatedModules": true
43-
}
43+
}
4444
```
4545

4646
해당 플래그에 대한 자세한 내용은 다음을 참고해주세요:

0 commit comments

Comments
 (0)