From 452f8a4e16d87b64f94b2d1ebe7a5ed9845112ed Mon Sep 17 00:00:00 2001 From: skidoodle <53189968+skidoodle@users.noreply.github.com> Date: Tue, 29 Mar 2022 23:25:19 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9D=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index f6f1875..187209f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,7 +16,7 @@ "incremental": true, "baseUrl": ".", "paths": { - "@/*": ["styles/*", "components/*"] + "@/src/*": ["components/*", "styles/*"] } }, "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],