From 7a8ce0174f8d91c8d3c678b482d603ef4059c43c Mon Sep 17 00:00:00 2001 From: H01001000 Date: Sun, 4 Dec 2022 22:33:28 +0800 Subject: [PATCH] chore: fix turbo type cache --- turbo.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" ] },