for explicitly specifying the settings-resource directly (e.g. instead or in addition of parsing path
for settings resource files)
the settings-file-type (should not be set manually):
derived from the file-extension, either "json" or "js".
If .js file, it MUST be a CommonJS module that exports the settings object as its only/default export, i.e.\
module.exports = settingsObject;
any dynamic code is evaluated at compile-time, i.e. the exported settings-object must not contain dynamic content
if TRUE the targets will be newly created and written to the targetDir,
even if the existence or up-to-date check returns true
the ID for the settings-resources (should not be set manually)
can be used to include the resource as separate file, instead of bundeling via webpack
directory to which the compiled resources like grammars (and checksum files) will be stored
by default, the relative paths are resolved against the app's root directory; if the target directory is missing it will be newly created.
the settings-type (should not be set manually)
Generated using TypeDoc
if
true
, the corresponding resource will be excluded (when parsingpath
)