diff --git a/apps/portal/tsconfig.json b/apps/portal/tsconfig.json index 77330fa3..4fa65708 100644 --- a/apps/portal/tsconfig.json +++ b/apps/portal/tsconfig.json @@ -15,5 +15,5 @@ "module": "CommonJS" } }, - "include": ["src", "next-env.d.ts", "prisma/companySeed.ts"] + "include": ["src", "next-env.d.ts"] }