diff --git a/frontend/package.json b/frontend/package.json index a699031..f4838d1 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -7,7 +7,7 @@ "dev": "vite", "build": "tsc -b && vite build", "lint": "eslint .", - "typecheck": "tsc --noEmit", + "typecheck": "tsc -b", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage",