mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 03:00:54 +00:00
8 lines
212 B
JSON
8 lines
212 B
JSON
{
|
|
"extends": "@jspsych/config/tsconfig.core.json",
|
|
"compilerOptions": {
|
|
"resolveJsonModule": false // using https://stackoverflow.com/a/61426303 instead
|
|
},
|
|
"include": ["src", "test", "global.d.ts"]
|
|
}
|