diff --git a/turbo.json b/turbo.json index a28b24c..7a2aa26 100644 --- a/turbo.json +++ b/turbo.json @@ -4,7 +4,9 @@ "build": {}, "lint": {}, "lint:fix": {}, - "dev":{}, + "lint:strict": {}, + "typecheck": {}, + "dev": {}, "start": {}, "generate": {} }