{
  "folders":
  [
    {
      "path": "../src"
    },
    {
      "path": "../test"
    },
    {
      "path": "../examples"
    },
    {
      "path": "../build",
      // jsdoc-toolkit will have its own project file
      "folder_exclude_patterns": ["jsdoc-toolkit"]
    },
    {
      "path": "..",
      "name": "root",
      "folder_exclude_patterns": ["*"]
    }
  ]
}