mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 11:10:54 +00:00
18 lines
230 B
JSON
18 lines
230 B
JSON
{
|
|
"baseBranch": "origin/main",
|
|
"npmClient": "npm",
|
|
"pipeline": {
|
|
"build": {
|
|
"dependsOn": [
|
|
"^build"
|
|
],
|
|
"outputs": [
|
|
"dist/**"
|
|
]
|
|
},
|
|
"tsc": {
|
|
"outputs": []
|
|
}
|
|
}
|
|
}
|