From 635829458710f058e6293cd3ade81f91b34d981b Mon Sep 17 00:00:00 2001 From: Fayorg Date: Tue, 5 Dec 2023 20:54:39 +0100 Subject: [PATCH] fix: import issues & added @styles import --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 55cccbf..8f2577e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -21,7 +21,8 @@ "paths": { "@/*": ["./*"], "@components/*": ["./components/*"], - "@lib/*": ["lib/*"], + "@lib/*": ["./lib/*"], + "@styles/*": ["./styles/*"], } }, "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],