mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 11:10:54 +00:00
11 lines
263 B
JSON
11 lines
263 B
JSON
{
|
|
// tsconfig for the jspsych-contrib monorepo
|
|
"extends": "@jspsych/config/tsconfig.json",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
// map jspsych-contrib package imports directly to their source files
|
|
"@jspsych-contrib/*": ["../*/src"]
|
|
},
|
|
}
|
|
}
|