From 7f731106219287ae8561bbef5c11ba93b3d07a05 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Mon, 29 Dec 2025 12:11:10 +0000 Subject: [PATCH] feat: update typecheck script to use incremental compilation --- app/game-engine/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/game-engine/package.json b/app/game-engine/package.json index e96f493c..ef762c14 100644 --- a/app/game-engine/package.json +++ b/app/game-engine/package.json @@ -9,7 +9,7 @@ "start": "pnpm run build && node dist/index.js", "lint": "node -e \"console.log('lint not configured')\"", "test": "vitest run --config vitest.config.ts", - "typecheck": "tsc --noEmit" + "typecheck": "tsc -b" }, "dependencies": { "@sammo-ts/common": "workspace:*",