Files
pow-captcha/turbo.json

19 lines
338 B
JSON

{
"$schema": "https://turbo.build/schema.json",
"tasks": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**", "tsconfig.tsbuildinfo"]
}
},
"globalDependencies": [
".eslintrc.js",
".eslintignore",
".lintstagedrc.js",
".prettierrc.yaml",
"tsconfig.base.json",
"tsconfig.build.json",
"tsconfig.json"
]
}