From 0f94b91b97a913d524df3c7833e2b868785374f2 Mon Sep 17 00:00:00 2001 From: Eitan Elbaz Date: Tue, 27 Jun 2023 16:02:28 +0100 Subject: [PATCH] updated tsconfig typings --- playground/paths.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/paths.json b/playground/paths.json index 2a02507..f602c71 100644 --- a/playground/paths.json +++ b/playground/paths.json @@ -2,7 +2,7 @@ "compilerOptions": { "baseUrl": "../", "paths": { - "react-grand-tour": ["./typings"], + "react-grand-tour": ["./dist"], "pages": ["./playground/src/pages"], "components": ["./playground/src/components"], "components/*": ["./playground/src/components/*"],