diff --git a/turbo.json b/turbo.json index 152e1cb81..11083a1d3 100644 --- a/turbo.json +++ b/turbo.json @@ -3,7 +3,8 @@ "tasks": { "tsc": { "dependsOn": ["^tsc"], - "outputs": ["dist/**"] + "outputs": ["dist/**"], + "inputs": ["$TURBO_DEFAULT$", "../../tools/fix-ext.mjs"] }, "attw": { "dependsOn": ["tsc"],