From d55b9ea02ed8d38b66871c10578bdc1c508a956e Mon Sep 17 00:00:00 2001 From: ramnique <30795890+ramnique@users.noreply.github.com> Date: Fri, 14 Feb 2025 14:19:29 +0530 Subject: [PATCH] fix @ ts alias --- apps/rowboat/tsconfig.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/rowboat/tsconfig.json b/apps/rowboat/tsconfig.json index bb5584ed..e7ff90fd 100644 --- a/apps/rowboat/tsconfig.json +++ b/apps/rowboat/tsconfig.json @@ -16,7 +16,10 @@ { "name": "next" } - ] + ], + "paths": { + "@/*": ["./*"] + } }, "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"], "exclude": ["node_modules"]