jsPsych/packages/config/tsconfig.contrib.json
2021-08-25 21:57:28 +02:00

11 lines
258 B
JSON

{
// ts-config for the jspsych-dist monorepo
"extends": "@jspsych/config/tsconfig.json",
"compilerOptions": {
// map jspsych-contrib package imports directly to their source files
"paths": {
"@jspsych-contrib/*": ["../*/src"]
}
}
}