jsPsych/packages/jspsych/tsconfig.json
bjoluc 82fa8e3f29 Add explicit include option to TS configs
So VS Code ignores the `dist` folders
2021-07-13 09:54:29 +02:00

8 lines
207 B
JSON

{
"extends": "@jspsych/config/tsconfig.json",
"compilerOptions": {
"resolveJsonModule": false // using https://stackoverflow.com/a/61426303 instead
},
"include": ["src", "test", "global.d.ts"]
}