diff --git a/turbo.json b/turbo.json index 7c05925f5a27..5557ded45408 100644 --- a/turbo.json +++ b/turbo.json @@ -30,6 +30,9 @@ "check": { "dependsOn": ["prepare"], "inputs": [ + "index.js", + "index.d.ts", + "ambient.d.ts", "src/**", "types/**", ".svelte-kit/types/**",