I can use an lgtm.yml file to customize the javascript extractor when building a database with LGTM.com, but how do I provide these customizations to the codeql CLI?
Specifically, I want to include a directory that the extractor excludes by default (node_modules).
Here is my lgtm.yml file:
extraction:
javascript:
index:
include:
- node_modules