We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aaccc9 commit a73a6c0Copy full SHA for a73a6c0
1 file changed
docs/documentation/ko/tutorials/Babel with TypeScript.md
@@ -40,7 +40,7 @@ Babel 사용의 단점은 TS를 JS로 전환하는 동안 타입 검사를 할
40
"emitDeclarationOnly": true,
41
// Babel이 TypeScript 프로젝트의 파일을 안전하게 트랜스파일할 수 있는지 확인합니다.
42
"isolatedModules": true
43
-}
+}
44
```
45
46
해당 플래그에 대한 자세한 내용은 다음을 참고해주세요:
0 commit comments