revert: Switch back to tsc for compiling.

This commit is contained in:
cpojer
2026-01-31 18:31:49 +09:00
parent e25fedf932
commit 76361ae3ab
36 changed files with 527 additions and 843 deletions

View File

@@ -43,7 +43,7 @@ describe("browser CLI --browser-profile flag", () => {
});
it("does not conflict with global --profile flag", () => {
// The global --profile flag is handled by entry.mjs before Commander
// The global --profile flag is handled by /entry.js before Commander
// This test verifies --browser-profile is a separate option
const program = new Command();
program.name("test");