From e79f431f14a1b128b4cd360b28423906b95bed66 Mon Sep 17 00:00:00 2001 From: James Date: Sat, 6 Apr 2024 13:40:30 -0400 Subject: [PATCH] chore: cleans up tsconfigs --- test/tsconfig.json | 2 +- tsconfig.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/tsconfig.json b/test/tsconfig.json index cbdf7dc691..1ac7877359 100644 --- a/test/tsconfig.json +++ b/test/tsconfig.json @@ -46,6 +46,6 @@ } }, "exclude": ["dist", "build", "node_modules", ".eslintrc.js", "dist/**/*.js", "**/dist/**/*.js"], - "include": ["./**/*.ts", ".next/types/**/*.ts", "setup.js", "helpers/getNextJSRootDir.js"], + "include": ["./**/*.ts", ".next/types/**/*.ts", "setup.js"], "references": [] } diff --git a/tsconfig.json b/tsconfig.json index 99002cb035..090f15aa77 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -40,7 +40,7 @@ "./packages/payload/src/exports/types.ts" ], "@payload-config": [ - "./test/live-preview/config.ts" + "./test/_community/config.ts" ], "@payloadcms/live-preview": [ "./packages/live-preview/src" @@ -164,4 +164,4 @@ ".next/types/**/*.ts", "scripts/**/*.ts" ] -} +} \ No newline at end of file