diff --git a/packages/platform-rig/profiles/assets/config/rush-project.json b/packages/platform-rig/profiles/assets/config/rush-project.json
index 0afa51eeb0..d1887be02f 100644
--- a/packages/platform-rig/profiles/assets/config/rush-project.json
+++ b/packages/platform-rig/profiles/assets/config/rush-project.json
@@ -13,16 +13,12 @@
     "operationSettings": [
       {
         "operationName": "build",
-        "outputFolderNames": ["lib", ".build", "types"]
+        "outputFolderNames": ["lib", ".build"]
       },
       {
         "operationName": "test",
         "outputFolderNames": ["coverage"]
       },
-      {
-        "operationName": "build:watch",
-        "outputFolderNames": ["lib", ".build"]
-      },
       {
         "operationName": "format",
         "outputFolderNames": [".format"]
diff --git a/packages/platform-rig/profiles/default/config/rush-project.json b/packages/platform-rig/profiles/default/config/rush-project.json
index 44582707dd..3c9c6bdb5f 100644
--- a/packages/platform-rig/profiles/default/config/rush-project.json
+++ b/packages/platform-rig/profiles/default/config/rush-project.json
@@ -14,16 +14,12 @@
   "operationSettings": [
     {
       "operationName": "build",
-      "outputFolderNames": ["lib", ".build", "types"]
+      "outputFolderNames": ["lib", ".build"]
     },
     {
       "operationName": "test",
       "outputFolderNames": ["coverage"]
     },
-    {
-      "operationName": "build:watch",
-      "outputFolderNames": ["lib", ".build"]
-    },
     {
       "operationName": "format",
       "outputFolderNames": [".format"]
@@ -41,6 +37,10 @@
       "outputFolderNames": ["bundle"],
       "disableBuildCacheForOperation": true
     },
+    {
+      "operationName": "_phase:package",
+      "outputFolderNames": ["dist"]
+    },
     {
       "operationName": "_phase:test",
       "outputFolderNames": ["coverage"]
diff --git a/packages/platform-rig/profiles/model/config/rush-project.json b/packages/platform-rig/profiles/model/config/rush-project.json
index ff0abdb8bc..c84032e4bb 100644
--- a/packages/platform-rig/profiles/model/config/rush-project.json
+++ b/packages/platform-rig/profiles/model/config/rush-project.json
@@ -13,10 +13,6 @@
   "operationSettings": [
     {
       "operationName": "build",
-      "outputFolderNames": ["lib", ".build", "types"]
-    },
-    {
-      "operationName": "build:watch",
       "outputFolderNames": ["lib", ".build"]
     },
     {
diff --git a/packages/platform-rig/profiles/node/config/rush-project.json b/packages/platform-rig/profiles/node/config/rush-project.json
index 3298995076..474d2ef1f8 100644
--- a/packages/platform-rig/profiles/node/config/rush-project.json
+++ b/packages/platform-rig/profiles/node/config/rush-project.json
@@ -13,16 +13,12 @@
   "operationSettings": [
     {
       "operationName": "build",
-      "outputFolderNames": ["lib", ".build", "types"]
+      "outputFolderNames": ["lib", ".build"]
     },
     {
       "operationName": "test",
       "outputFolderNames": ["coverage"]
     },
-    {
-      "operationName": "build:watch",
-      "outputFolderNames": ["lib", ".build"]
-    },
     {
       "operationName": "format",
       "outputFolderNames": [".rush/temp/.format"]
diff --git a/packages/platform-rig/profiles/package/config/rush-project.json b/packages/platform-rig/profiles/package/config/rush-project.json
index 299895a674..f0e86441a4 100644
--- a/packages/platform-rig/profiles/package/config/rush-project.json
+++ b/packages/platform-rig/profiles/package/config/rush-project.json
@@ -16,7 +16,7 @@
   "operationSettings": [
     {
       "operationName": "build",
-      "outputFolderNames": ["lib", ".build", "types"]
+      "outputFolderNames": ["lib", ".build"]
     },
     {
       "operationName": "package",
@@ -26,10 +26,6 @@
       "operationName": "test",
       "outputFolderNames": ["coverage"]
     },
-    {
-      "operationName": "build:watch",
-      "outputFolderNames": ["dist", ".build"]
-    },
     {
       "operationName": "format",
       "outputFolderNames": [".rush/temp/.format"]
diff --git a/packages/platform-rig/profiles/ui/config/rush-project.json b/packages/platform-rig/profiles/ui/config/rush-project.json
index 3f05e81ff5..4b6cf6cfde 100644
--- a/packages/platform-rig/profiles/ui/config/rush-project.json
+++ b/packages/platform-rig/profiles/ui/config/rush-project.json
@@ -14,16 +14,12 @@
   "operationSettings": [
     {
       "operationName": "build",
-      "outputFolderNames": ["lib", ".build", "types"]
+      "outputFolderNames": ["lib", ".build"]
     },
     {
       "operationName": "test",
       "outputFolderNames": ["coverage"]
     },
-    {
-      "operationName": "build:watch",
-      "outputFolderNames": ["lib", ".build"]
-    },
     {
       "operationName": "_phase:build",
       "outputFolderNames": ["lib", ".build"]