From 67914fcdc9dca7ff0ba6feb0cf04f3cbadb37bbf Mon Sep 17 00:00:00 2001 From: ilia Date: Fri, 2 Jan 2026 17:39:35 -0500 Subject: [PATCH] chore: Clean up TypeScript configuration by removing outdated Prisma client path - Remove the obsolete path mapping for Prisma client in tsconfig.json to streamline the configuration --- tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index d0baeea..1234fce 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -19,8 +19,7 @@ } ], "paths": { - "@/*": ["./*"], - ".prisma/client": ["./node_modules/.prisma/client"] + "@/*": ["./*"] } }, "include": [