{
  "$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush-project.schema.json",

  "operationSettings": [
    {
      "operationName": "_phase:lint",
      "outputFolderNames": ["temp/cache"]
    },
    {
      "operationName": "_phase:build",
      "outputFolderNames": ["lib-css", "dist"]
    }
  ]
}
