Skip to content

Commit c731d43

Browse files
shuuji3jay-es
andauthored
Update guide/features.md
Co-authored-by: Jun Shindo <[email protected]>
1 parent be13f69 commit c731d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export type { T }
7171

7272
- [TypeScript ドキュメント](https://www.typescriptlang.org/tsconfig#useDefineForClassFields)
7373

74-
TypeScript ターゲットが `ES2022` 以降(`ESNext` を含む)の場合、デフォルト値は `true` になります。これは [TypeScript 4.3.2 以降の動作](https://github.com/microsoft/TypeScript/pull/42663)と一致しています。また、これは ECMAScript の標準的なランタイムの動作でもあります。
74+
TypeScript ターゲットが `ES2022` 以降(`ESNext` を含む)の場合、デフォルト値は `true` になります。これは [TypeScript 4.3.2 以降の動作](https://github.com/microsoft/TypeScript/pull/42663)と一致しています。
7575
他の TypeScript ターゲットはデフォルトで `false` になります。
7676

7777
`true` は ECMAScript の標準的なランタイムの動作です。

0 commit comments

Comments
 (0)