chore: remove all typings, add them all to .gitignore file and update turbo.json (#949)

This commit is contained in:
Yun Feng
2026-04-01 12:00:00 +08:00
committed by GitHub
parent 2fb597b342
commit 84e96718c6
47 changed files with 3 additions and 770 deletions

View File

@@ -4,7 +4,7 @@
"pipeline": {
"prepublish": {
"dependsOn": ["^prepublish"],
"outputs": ["lib/**", "es/**", "dist/**"]
"outputs": ["lib/**", "es/**", "dist/**", "typings/**"]
},
"test": {},
"test:watch": {},