Skip to content

Commit

Permalink
Merge pull request #1276 from pedrodurek/master
Browse files Browse the repository at this point in the history
Move type definition files
  • Loading branch information
jamuhl authored Mar 12, 2021
2 parents 44ad9cd + f9db6be commit 7e089dc
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"version": "11.8.9",
"description": "Internationalization for react done right. Using the i18next i18n ecosystem.",
"main": "dist/commonjs/index.js",
"types": "src/index.d.ts",
"types": "./index.d.ts",
"typesVersions": {
">=4.1": {
"*": [
"src/ts4.1/index.d.ts"
"ts4.1/*"
]
}
},
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"strict": true,
"noEmit": true,
"baseUrl": ".",
"paths": { "react-i18next": ["./src"] },
"paths": { "react-i18next": ["./"] },

"esModuleInterop": true,
"allowSyntheticDefaultImports": true
Expand Down

0 comments on commit 7e089dc

Please sign in to comment.