Skip to content

Commit 5edfeb6

Browse files
author
copybara-service
committed
deploy: 1e68957
1 parent a49e97a commit 5edfeb6

33 files changed

+725
-455
lines changed

front_end/core/protocol_client/protocol_client-tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@
5555
},
5656
{
5757
"path": "../../generated/protocol-tsconfig.json"
58+
},
59+
{
60+
"path": "../platform/bundle-tsconfig.json"
5861
}
5962
]
6063
}

front_end/core/protocol_client/protocol_client_node_typecheck-tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@
6060
},
6161
{
6262
"path": "../../generated/protocol-tsconfig.json"
63+
},
64+
{
65+
"path": "../platform/bundle-tsconfig.json"
6366
}
6467
]
6568
}

front_end/entrypoints/inspector_main/inspector_main-tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@
8484
},
8585
{
8686
"path": "../../ui/lit/bundle-tsconfig.json"
87+
},
88+
{
89+
"path": "../../ui/visual_logging/bundle-tsconfig.json"
8790
}
8891
]
8992
}

front_end/models/ai_assistance/ai_assistance-tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@
106106
{
107107
"path": "../bindings/bundle-tsconfig.json"
108108
},
109+
{
110+
"path": "../crux-manager/bundle-tsconfig.json"
111+
},
109112
{
110113
"path": "../logs/bundle-tsconfig.json"
111114
},

front_end/models/trace/extras/extras-tsconfig.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,15 @@
5757
{
5858
"path": "../../../generated/protocol-tsconfig.json"
5959
},
60+
{
61+
"path": "../../../third_party/third-party-web/bundle-tsconfig.json"
62+
},
6063
{
6164
"path": "../handlers/bundle-tsconfig.json"
6265
},
66+
{
67+
"path": "../helpers/bundle-tsconfig.json"
68+
},
6369
{
6470
"path": "../types/bundle-tsconfig.json"
6571
}

front_end/models/trace/handlers/handlers-tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@
8686
{
8787
"path": "../../../generated/generated-tsconfig.json"
8888
},
89+
{
90+
"path": "../../../generated/protocol-tsconfig.json"
91+
},
8992
{
9093
"path": "../../../third_party/third-party-web/bundle-tsconfig.json"
9194
},

front_end/models/trace/insights/NetworkDependencyTree.js

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

front_end/models/trace/insights/NetworkDependencyTree.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

front_end/models/trace/insights/insights.js

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

front_end/models/trace/insights/insights.js.map

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)