destreamer/.vscode/settings.json
lukaarma f8207f4fd1
Group parsing fix and error out on old ffmpeg version (#298)
* fixed parsing for group with more than 100 videos

* updated all packages to latest version

* Error on old ffmpeg binaries (closes #294)
minor linting fixes

* automatic update of files

Co-authored-by: Adrian Calinescu <foo@snobu.org>
2021-01-13 20:12:12 +02:00

4 lines
86 B
JSON

{
"eslint.enable": true,
"typescript.tsdk": "node_modules\\typescript\\lib"
}