{
  "$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush-project.schema.json",
  "operationSettings": [
    {
      "operationName": "_phase:build",
      "outputFolderNames": ["lib", "lib-commonjs", "lib-bundle", "dist"]
    },
    {
      "operationName": "_phase:test",
      "outputFolderNames": ["temp/test", "temp/coverage"]
    }
  ]
}
