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