From 3520da08d58e4b4cefd0673cf9864eb8d321d2d2 Mon Sep 17 00:00:00 2001 From: Timur Ercan Date: Sat, 14 Jan 2023 16:18:28 +0100 Subject: [PATCH] test --- apps/web/tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/web/tsconfig.json b/apps/web/tsconfig.json index 7a3be80d7..19741ad70 100644 --- a/apps/web/tsconfig.json +++ b/apps/web/tsconfig.json @@ -19,7 +19,8 @@ "next-env.d.ts", "**/*.ts", "**/*.tsx", - "../../packages/types/*.d.ts" + "../../packages/types/*.d.ts", + "../../packages/**/*.ts" ], "exclude": ["node_modules", "../../packages/types/next-auth.d.ts"] }