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/*"] } },