Migrate `front_end/profiler` to `devtools_entrypoint`

[email protected], [email protected]

Bug: 1101738
Change-Id: Ie603b7d8535a9051196da6c952cc1e5b9e0f9759
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2328764
Reviewed-by: Jack Franklin <[email protected]>
Commit-Queue: Jan Scheffler <[email protected]>
diff --git a/front_end/profiler/ProfileLauncherView.js b/front_end/profiler/ProfileLauncherView.js
index 0c17306..505fdcf 100644
--- a/front_end/profiler/ProfileLauncherView.js
+++ b/front_end/profiler/ProfileLauncherView.js
@@ -28,6 +28,9 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
+// @ts-nocheck
+// TODO(crbug.com/1011811): Enable TypeScript compiler checks
+
 import * as Common from '../common/common.js';
 import * as UI from '../ui/ui.js';