We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d55418a commit 3f28b9eCopy full SHA for 3f28b9e
1 file changed
docs/playground/ko/3-8/Breaking Changes/Checking Unions with Index Signatures.ts
@@ -1,4 +1,4 @@
1
-//// { compiler: { ts: "3.8.3" } }
+//// { "compiler": { "ts": "3.8.3" } }
2
// 이전 버전의 TypeScript에서
3
// 검사기는 유니언의 선언되지 않은 필드가
4
// 색인된 타입과 동일한지 확인하지 않았습니다.
0 commit comments