Skip to content

Commit

Permalink
GITBOOK-316: change request with no subject merged in GitBook
Browse files Browse the repository at this point in the history
  • Loading branch information
gitbook-bot committed Nov 11, 2023
1 parent 5b873bf commit 106f867
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion overview/typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ This is an optional feature and may affect the **compilation time** depending on

{% hint style="info" %}
Make sure your tsconfig compilerOptions has the [`strict`](https://www.typescriptlang.org/tsconfig#strict) flag or the [`strictNullChecks`](https://www.typescriptlang.org/tsconfig#strictNullChecks) set to `true`.\
It's strongly recommended to use **TypeScript v5**, especially if you want a proper [intellisense support](typescript.md#intellisense-not-working). Older TypeScript versions may work, but are not supported any longer.
The newest i18next versions only support **TypeScript v5**. Older TypeScript versions are not supported any longer with `i18next > v23`.\
_To use it with TypeScript v4, use `i18next@22.5.1`._
{% endhint %}

{% hint style="warning" %}
Expand Down

0 comments on commit 106f867

Please sign in to comment.