chore: fix turbo type cache

This commit is contained in:
H01001000
2022-12-04 22:33:28 +08:00
parent 41704918b1
commit 7a8ce0174f

View File

@@ -14,8 +14,8 @@
"^build:type"
],
"outputs": [
"dist/**/d.ts",
"dist/**/d.ts.map",
"dist/**/*.d.ts",
"dist/**/*.d.ts.map",
"dist/tsconfig.tsbuildinfo"
]
},