From b85fcb08551428f61cdbbea75090a44291fa2ed4 Mon Sep 17 00:00:00 2001 From: Filip Skokan Date: Thu, 19 Sep 2024 17:09:11 +0200 Subject: [PATCH] docs: update tsconfig option name Signed-off-by: Filip Skokan --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5fd5953..1c77e1a 100644 --- a/README.md +++ b/README.md @@ -197,7 +197,7 @@ When unsupported syntax is encountered, `ts-blank-space` will call the optional "target": "esnext", // Because class fields are preserved as written which corresponds // to 'define' semantics in the ECMAScript specification - "useDefineAsClassFields": true, + "useDefineForClassFields": true, // Because imports and exports are preserved as written, only removing the // parts which are explicitly annotated with the `type` keyword "verbatimModuleSyntax": true,