jsPsych/turbo.json
2022-11-16 10:28:04 +01:00

14 lines
225 B
JSON

{
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**"],
"outputMode": "new-only"
},
"tsc": {
"outputs": []
}
}
}