From 8c5b1df2d6ec36ee4b3bdb54ce18116582039f1c Mon Sep 17 00:00:00 2001 From: Roxy Light Date: Tue, 18 Aug 2026 15:54:39 -0700 Subject: [PATCH] Set `erasableSyntaxOnly` compiler option --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index cc913da..6286cf2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,6 +6,7 @@ "noEmit": true, "strict": true, "noImplicitAny": true, + "erasableSyntaxOnly": true, "module": "nodenext", "customConditions": ["import"], "allowImportingTsExtensions": true,