Skip to content

Commit

Permalink
docs: roll back TS version to 3.0 for accuracy in 5.4.1 docs
Browse files Browse the repository at this point in the history
  • Loading branch information
coolsoftwaretyler committed Mar 14, 2024
1 parent 631436d commit ebc464d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tips/typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: TypeScript and MST

<div id="codefund"></div>

TypeScript support is best-effort as not all patterns can be expressed in TypeScript. Except for assigning snapshots to properties we get pretty close! As MST uses the latest fancy TypeScript features it is required to use TypeScript 5.3.3 or later with `noImplicitThis` and `strictNullChecks` enabled.
TypeScript support is best-effort as not all patterns can be expressed in TypeScript. Except for assigning snapshots to properties we get pretty close! As MST uses the latest fancy TypeScript features it is required to use TypeScript 3.0 or later with `noImplicitThis` and `strictNullChecks` enabled.

The more strict options that are enabled, the better the type system will behave.

Expand Down

0 comments on commit ebc464d

Please sign in to comment.