Skip to content

Commit

Permalink
fix: Use Typescript 5 types with Typescript 5+
Browse files Browse the repository at this point in the history
  • Loading branch information
Gr3q committed Jan 4, 2024
1 parent aa74c03 commit 442a7c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
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 442a7c2

Please sign in to comment.