From 3d2396ccb88af4a86ebc8c7307407c479d6c2b9f Mon Sep 17 00:00:00 2001 From: timhaller <67918170+timhaller@users.noreply.github.com> Date: Sun, 10 Dec 2023 21:40:16 +0100 Subject: [PATCH] fix to linting --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 158fb26..709a6e8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -23,8 +23,8 @@ "@components/*": ["./components/*"], "@lib/*": ["./lib/*"], "@styles/*": ["/styles/*"], - "@santa/*": ["images/santa/*"], - "@images/*": ["images/*"], + "@santa/*": ["./images/santa/*"], + "@images/*": ["./images/*"], } }, "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],