From d9ffbd1b6c2dee763314d54d312aef9029e542e3 Mon Sep 17 00:00:00 2001 From: skidoodle <53189968+skidoodle@users.noreply.github.com> Date: Tue, 29 Mar 2022 23:11:39 +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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 85ea808..f6f1875 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,8 +16,7 @@ "incremental": true, "baseUrl": ".", "paths": { - "@/styles/*": ["styles/*"], - "@/components/*": ["components/*"] + "@/*": ["styles/*", "components/*"] } }, "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],