mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-11 16:18:11 +00:00
9 lines
233 B
JSON
9 lines
233 B
JSON
{
|
|
"extends": "@jspsych/config/tsconfig.core.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"resolveJsonModule": false // using https://stackoverflow.com/a/61426303 instead
|
|
},
|
|
"include": ["src", "tests", "global.d.ts"]
|
|
}
|