mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 03:00:54 +00:00
14 lines
235 B
JSON
14 lines
235 B
JSON
{
|
|
"$schema": "https://turbo.build/schema.json",
|
|
"pipeline": {
|
|
"build": {
|
|
"dependsOn": ["^build"],
|
|
"outputs": ["dist/**", "css/**"],
|
|
"outputMode": "new-only"
|
|
},
|
|
"tsc": {
|
|
"outputs": []
|
|
}
|
|
}
|
|
}
|