Skip to content

Commit

Permalink
Chore: Make sure turbo consider new TS version when recompiling
Browse files Browse the repository at this point in the history
  • Loading branch information
SBoudrias committed Sep 15, 2024
1 parent aff99dd commit 407400d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@
"tsc": {
"dependsOn": ["^tsc"],
"outputs": ["dist/**"],
"inputs": ["$TURBO_DEFAULT$", "../../tools/fix-ext.mjs", "../../tsconfig.json"]
"inputs": [
"$TURBO_DEFAULT$",
"../../tools/fix-ext.mjs",
"../../tsconfig.json",
"../../package.json"
]
}
}
}

0 comments on commit 407400d

Please sign in to comment.