Skip to content

Commit

Permalink
Fix react-i18next path
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrodurek committed Mar 12, 2021
1 parent 408db63 commit f9db6be
Showing 1 changed file with 1 addition and 1 deletion.
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 f9db6be

Please sign in to comment.