Skip to content

Commit

Permalink
add .tsbuildinfo to typecheck outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist committed Jul 10, 2024
1 parent 0be6cdb commit 13db576
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
},
"typecheck": {
"dependsOn": ["^build"],
"inputs": ["$TURBO_DEFAULT$", "src/**", "tsconfig.json"]
"inputs": ["$TURBO_DEFAULT$", "src/**", "tsconfig.json"],
"outputs": [".tsbuildinfo"]
}
},
"globalDependencies": ["tsconfig.json"]
Expand Down

0 comments on commit 13db576

Please sign in to comment.