jsPsych/packages/plugin-categorize-html/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

5 lines
71 B
JSON

{
"extends": "@jspsych/config/tsconfig.json",
"include": ["src"]
}