Migrate lighthouse to devtools_entrypoint

R=jacktfranklin@chromium.org

Bug: 1101738
Change-Id: I996f71c6fa757c3ee51d3cdc9af6f7a5c985c4b4
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2390623
Commit-Queue: Tim van der Lippe <tvanderlippe@chromium.org>
Reviewed-by: Jack Franklin <jacktfranklin@chromium.org>
diff --git a/front_end/lighthouse/LighthouseReportRenderer.js b/front_end/lighthouse/LighthouseReportRenderer.js
index 57ea445..c6cab69 100644
--- a/front_end/lighthouse/LighthouseReportRenderer.js
+++ b/front_end/lighthouse/LighthouseReportRenderer.js
@@ -2,6 +2,9 @@
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.
 
+// @ts-nocheck
+// TODO(crbug.com/1011811): Enable TypeScript compiler checks
+
 import * as Common from '../common/common.js';
 import * as Components from '../components/components.js';
 import * as HostModule from '../host/host.js';