diff --git a/ui/package.json b/ui/package.json index 9c172c2..3ea95b5 100644 --- a/ui/package.json +++ b/ui/package.json @@ -6,7 +6,8 @@ "dev": "next dev", "build": "next build", "start": "next start --port 3002", - "lint": "next lint" + "lint": "next lint", + "check:types": "tsc -p tsconfig.json --noEmit" }, "dependencies": { "@reduxjs/toolkit": "^2.1.0",