jsPsych/packages/config/tsconfig.contrib.json

11 lines
262 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"]
}
}
}