We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d83f319 commit 2c4bb9fCopy full SHA for 2c4bb9f
tsconfig.json
@@ -21,7 +21,7 @@
21
// "jsxImportSource": "", /* Specify module specifier used to import the JSX factory functions when using `jsx: react-jsx*`.` */
22
// "reactNamespace": "", /* Specify the object invoked for `createElement`. This only applies when targeting `react` JSX emit. */
23
// "noLib": true, /* Disable including any library files, including the default lib.d.ts. */
24
- // "useDefineForClassFields": true, /* Emit ECMAScript-standard-compliant class fields. */
+ "useDefineForClassFields": false, /* Emit ECMAScript-standard-compliant class fields. */
25
26
/* Modules */
27
"module": "esnext", /* Specify what module code is generated. */
0 commit comments