diff --git a/app/game-engine/package.json b/app/game-engine/package.json index e96f493..ef762c1 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:*",