mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-11 16:18:11 +00:00
12 lines
266 B
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"]
|
|
},
|
|
}
|
|
}
|