From ca65601d0fd234d3d8aed8763de0e471404ccb99 Mon Sep 17 00:00:00 2001 From: Shingo Sato Date: Tue, 20 Nov 2018 15:07:31 +0900 Subject: [PATCH] Fix tsconfig --- types/react-paginate/v5/tsconfig.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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,