mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 11:10:54 +00:00
9 lines
173 B
JSON
9 lines
173 B
JSON
{
|
|
"extends": "@jspsych/config/tsconfig.contrib.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"resolveJsonModule": true
|
|
},
|
|
"include": ["src"]
|
|
}
|
|
|