Go to repository

Interface ConfigLocations

Models the configuration for all the different locations this tool manages. It's one of the main Config sections.

interface ConfigLocations {
    gobstonesScriptsProjectsRoot: string;
    gobstonesScriptsRoot: string;
    projectRoot: string;
}

Properties

gobstonesScriptsProjectsRoot: string

The root of the gobstones-scripts Library project files.

gobstonesScriptsRoot: string

The root of the gobstones-scripts Library.

projectRoot: string

The root of the currently running project.