From 95fe0e1df7322d0c8646cefac2a26cf0ab21a171 Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Thu, 13 Feb 2025 20:39:55 +0100 Subject: [PATCH] Update tsconfig.json --- web/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/web/tsconfig.json b/web/tsconfig.json index 364f802..f2ccfd3 100644 --- a/web/tsconfig.json +++ b/web/tsconfig.json @@ -21,6 +21,7 @@ ], "paths": { "@/*": ["./*"] + "@/components/*": ["./app/components/*"] } }, "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],