jsPsych/packages/config/tsconfig.core.json

12 lines
266 B
JSON

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