Skip to content

Commit 3f28b9e

Browse files
committed
Fix the JSON.parse error
refs: commit(35ad1c2e705041e8a278fb6f1b88c4fd133fa32a)
1 parent d55418a commit 3f28b9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/playground/ko/3-8/Breaking Changes/Checking Unions with Index Signatures.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//// { compiler: { ts: "3.8.3" } }
1+
//// { "compiler": { "ts": "3.8.3" } }
22
// 이전 버전의 TypeScript에서
33
// 검사기는 유니언의 선언되지 않은 필드가
44
// 색인된 타입과 동일한지 확인하지 않았습니다.

0 commit comments

Comments
 (0)