diff --git a/turbo.json b/turbo.json index d7df5f200..543dba954 100644 --- a/turbo.json +++ b/turbo.json @@ -14,8 +14,8 @@ "^build:type" ], "outputs": [ - "dist/**/d.ts", - "dist/**/d.ts.map", + "dist/**/*.d.ts", + "dist/**/*.d.ts.map", "dist/tsconfig.tsbuildinfo" ] },