From 21cb05a30ccafc72f24da54798c37221adf9e6c7 Mon Sep 17 00:00:00 2001 From: Alex Yang Date: Wed, 28 Jun 2023 11:43:13 +0800 Subject: [PATCH] build(web): fix debug local (#2886) --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index faf524d98a..c472f93a2f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -41,7 +41,7 @@ "jsx": "react-jsx", "lib": ["ES2023", "DOM", "DOM.Iterable"], "target": "ES2022", - "useDefineForClassFields": true, + "useDefineForClassFields": false, "experimentalDecorators": true, "emitDecoratorMetadata": true,