Skip to content

Commit 2c4bb9f

Browse files
committed
Enable useDefineForClassFields
1 parent d83f319 commit 2c4bb9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
// "jsxImportSource": "", /* Specify module specifier used to import the JSX factory functions when using `jsx: react-jsx*`.` */
2222
// "reactNamespace": "", /* Specify the object invoked for `createElement`. This only applies when targeting `react` JSX emit. */
2323
// "noLib": true, /* Disable including any library files, including the default lib.d.ts. */
24-
// "useDefineForClassFields": true, /* Emit ECMAScript-standard-compliant class fields. */
24+
"useDefineForClassFields": false, /* Emit ECMAScript-standard-compliant class fields. */
2525

2626
/* Modules */
2727
"module": "esnext", /* Specify what module code is generated. */

0 commit comments

Comments
 (0)