From 00c24b513f64e2d3221f240edd45db749f089bea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Sat, 18 Sep 2021 20:30:49 +0200 Subject: [PATCH] fix: revert adding useDefineForClassFields to tsconfig, fix #1907 --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 55ac0d6c..eee478a9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,7 +9,6 @@ "esModuleInterop": true, "allowSyntheticDefaultImports": true, "experimentalDecorators": true, - "useDefineForClassFields": true, "sourceMap": true, "baseUrl": ".", "rootDir": ".",