From 04e9feb78e19253742c9b8cc3401b1e00b18e2a7 Mon Sep 17 00:00:00 2001 From: cs68614-hash Date: Thu, 26 Mar 2026 12:29:57 +0800 Subject: [PATCH] fix: remove unused @ts-expect-error directive (#150) TypeScript now correctly types process.env, making the suppression directive invalid and causing tsc --build to fail. Co-authored-by: Claude Sonnet 4.6