From a96d2224f956a0fff0fd0e233d65b7c5bf2b26d7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 18 Nov 2025 00:41:55 +0000 Subject: [PATCH 1/2] Initial plan From aaf7d9838a11d3b3a60e460f7052465fdc3534ac Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 18 Nov 2025 00:44:06 +0000 Subject: [PATCH 2/2] Fix spelling: verifiy -> verify in README.md Co-authored-by: trusktr <297678+trusktr@users.noreply.github.com> --- test/consume-types/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/consume-types/README.md b/test/consume-types/README.md index 4bfec3228..2fd30ae1b 100644 --- a/test/consume-types/README.md +++ b/test/consume-types/README.md @@ -19,7 +19,7 @@ Run type checking for the project. ### `npm run serve` -Serve the example at http://localhost:5500 to verifiy vanilla ESM usage works. +Serve the example at http://localhost:5500 to verify vanilla ESM usage works. ## Notes