From b7d1d5dbd94d3c0b5c3d2e4e82986bc9aab824ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9B=AE=E6=A3=83?= Date: Sat, 12 Apr 2025 18:24:14 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20set=20erasableSyntaxOnly=20to=20?= =?UTF-8?q?false?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 7bf71304..ede79fac 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,7 +16,7 @@ "types": ["vite/client", "node", "color-convert", "js-md5", "uuid"], "allowSyntheticDefaultImports": true, "composite": true, - "erasableSyntaxOnly": true, + "erasableSyntaxOnly": false, "baseUrl": ".", "paths": { "@/*": ["src/*"],