UNPKG
@jspsych/new-timeline
Version:
latest (0.3.2)
0.3.2
0.3.1
0.3.0
0.2.1
0.2.0
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.4
0.0.3
0.0.2
CLI tool for creating new jsPsych timelines
@jspsych/new-timeline
/
templates
/
timeline-template-ts
/
tsconfig.json
10 lines
•
182 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"extends"
:
"
@jspsych
/config/tsconfig.contrib.json"
,
"compilerOptions"
: {
"baseUrl"
:
"."
},
"include"
: [
"src"
,
"../cli/src/build.js"
] }