diff --git a/types/react-paginate/v5/tsconfig.json b/types/react-paginate/v5/tsconfig.json index 5c49c56d9e..9ff370a729 100644 --- a/types/react-paginate/v5/tsconfig.json +++ b/types/react-paginate/v5/tsconfig.json @@ -9,10 +9,15 @@ "noImplicitThis": true, "strictNullChecks": true, "strictFunctionTypes": true, - "baseUrl": "../", + "baseUrl": "../../", "typeRoots": [ - "../" + "../../" ], + "paths": { + "react-paginate": [ + "react-paginate/v5" + ] + }, "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true,