From d61bc1950e63f516d9f161dba561a72187dca02d Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Thu, 13 Feb 2025 20:41:36 +0100 Subject: [PATCH] Update tsconfig.json --- web/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/tsconfig.json b/web/tsconfig.json index f2ccfd3..d6ae1e1 100644 --- a/web/tsconfig.json +++ b/web/tsconfig.json @@ -20,7 +20,7 @@ } ], "paths": { - "@/*": ["./*"] + "@/*": ["./*"], "@/components/*": ["./app/components/*"] } },