Skip to content

Commit f9db6be

Browse files
committedMar 12, 2021
Fix react-i18next path
1 parent 408db63 commit f9db6be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"strict": true,
1010
"noEmit": true,
1111
"baseUrl": ".",
12-
"paths": { "react-i18next": ["./src"] },
12+
"paths": { "react-i18next": ["./"] },
1313

1414
"esModuleInterop": true,
1515
"allowSyntheticDefaultImports": true

0 commit comments

Comments
 (0)
Please sign in to comment.