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

  "operationSettings": [
    {
      "operationName": "_phase:build",
      "outputFolderNames": [
        "lib",
        "lib-commonjs",
        "lib-es6",
        "lib-es2015",
        "lib-esnext",
        "lib-umd",
        "lib-amd",
        "lib-system",
        "lib-css",
        "dist",
        "temp/build.typescript"
      ]
    },
    {
      "operationName": "_phase:test",
      "outputFolderNames": [
        "temp/test.jest",
        "temp/test",
        "temp/coverage"
      ]
    }
  ]
}
