diff --git a/package.json b/package.json index b693bce..0fe66b5 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,10 @@ "dev": "next dev", "build": "next build", "start": "next start", - "lint": "next lint" + "lint": "next lint", + "lint:fix": "eslint \"{components,utilities}/**/*.{ts,tsx,js,jsx}\" --quiet --fix", + "typecheck": "tsc --noEmit", + "tsc": "tsc" }, "dependencies": { "@heroicons/react": "^2.1.5",