Files
morten-olsen.github.io/turbo.json
Morten Olsen a1fc380c55 docs: updates
2023-01-30 22:21:19 +01:00

24 lines
453 B
JSON

{
"$schema": "https://turbo.build/schema.json",
"baseBranch": "origin/main",
"pipeline": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**"],
"inputs": ["src/**/*.tsx", "src/**/*.ts", "./tsconfig.*.json"]
},
"test": {
"cache": false
},
"cli": {
"dependsOn": ["^build"],
"cache": false
},
"dev": {
"cache": false
}
},
"globalDependencies": ["tsconfig.json"]
}