Skip to content

Commit

Permalink
fix: Use Typescript 5 types with Typescript 5+ (#2108)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gr3q committed Jan 4, 2024
1 parent 48c84a0 commit 941178c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "i18next internationalization framework",
"main": "./dist/cjs/i18next.js",
"module": "./dist/esm/i18next.js",
"types": "./index.v4.d.ts",
"types": "./index.d.ts",
"typesVersions": {
"<5.0": {
"typescript/t.d.ts": [
Expand Down

0 comments on commit 941178c

Please sign in to comment.