bin/files/project/scconfig.json

{
    // manifest
    "author": "Sitecore Pathfinder",
    "description": "",
    "license": "",
    "name": "",
    "publisher": "",
    "version": "1.0.0",
 
    // website
    "host-name": "",
    "website-directory": "",
    "data-folder-directory": "",
 
    // list of files and directories to compile
    "files": {
        "include": [ "**/*" ]
    },
 
    // list of tasks to execute when building
    "tasks": {
        "build-project": [ "check-project", "clean-output", "write-exports", "publish-project", "show-status" ]
    },
 
    // disabled checkers
    "checkers": {
        // "AvoidSpacesInItemNames": "disabled"
    },
 
    // disabled messages
    "messages": {
        // "SCC1011": "disabled"
    }
}