build(web): fix debug local (#2886)

This commit is contained in:
Alex Yang
2023-06-28 11:43:13 +08:00
committed by GitHub
parent 7a8ff2c489
commit 21cb05a30c
+1 -1
View File
@@ -41,7 +41,7 @@
"jsx": "react-jsx",
"lib": ["ES2023", "DOM", "DOM.Iterable"],
"target": "ES2022",
"useDefineForClassFields": true,
"useDefineForClassFields": false,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,