Skip to content

Commit

Permalink
docs: update tsconfig option name
Browse files Browse the repository at this point in the history
Signed-off-by: Filip Skokan <[email protected]>
  • Loading branch information
panva authored and acutmore committed Sep 19, 2024
1 parent a65ca0b commit b85fcb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b85fcb0

Please sign in to comment.