From ac1cbf8d40d56643b816c2fe121e3e891edae175 Mon Sep 17 00:00:00 2001 From: supalarry Date: Mon, 8 Apr 2024 10:34:18 +0200 Subject: [PATCH] fix: v1 tsconfig decorators --- apps/api/v1/tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/api/v1/tsconfig.json b/apps/api/v1/tsconfig.json index 7283f0b3500ee..9cca89adf506e 100644 --- a/apps/api/v1/tsconfig.json +++ b/apps/api/v1/tsconfig.json @@ -7,7 +7,8 @@ "paths": { "~/*": ["*"], "@prisma/client/*": ["@calcom/prisma/client/*"] - } + }, + "experimentalDecorators": true }, "include": [ "next-env.d.ts",