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

This commit is contained in:
Yun Feng
2022-07-31 08:38:22 +08:00
committed by GitHub
parent b618f095df
commit aecaefbf45
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": {},