From ee3e57f6b4e5f7016f16d4ce7afbb312bdf08666 Mon Sep 17 00:00:00 2001 From: Axel Pettersson Date: Sun, 17 Sep 2023 12:46:10 +0200 Subject: [PATCH] Test with explicit project setting --- apps/admin/package.json | 2 +- apps/web/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/admin/package.json b/apps/admin/package.json index 42e779054..5fff2bc23 100644 --- a/apps/admin/package.json +++ b/apps/admin/package.json @@ -6,7 +6,7 @@ "build": "next build", "start": "next start", "lint": "next lint", - "typecheck": "pnpm tsc" + "typecheck": "pnpm tsc -p ./tsconfig.json" }, "dependencies": { "next": "13.4.19", diff --git a/apps/web/package.json b/apps/web/package.json index 5d121772b..df811e704 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -9,7 +9,7 @@ "start": "next start", "build": "next build", "postbuild": "next-sitemap", - "typecheck": "tsc", + "typecheck": "tsc -p ./tsconfig.json", "lint": "next lint" }, "repository": {