|
13 | 13 | /* Language and Environment */
|
14 | 14 | "target": "ESNext", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
|
15 | 15 | // "lib": [], /* Specify a set of bundled library declaration files that describe the target runtime environment. */
|
16 |
| - "jsx": "preserve", /* Specify what JSX code is generated. */ |
| 16 | + "jsx": "preserve", /* Specify what JSX code is generated. */ |
17 | 17 | // "experimentalDecorators": true, /* Enable experimental support for legacy experimental decorators. */
|
18 | 18 | // "emitDecoratorMetadata": true, /* Emit design-type metadata for decorated declarations in source files. */
|
19 |
| - "jsxFactory": "h", /* Specify the JSX factory function used when targeting React JSX emit, e.g. 'React.createElement' or 'h'. */ |
| 19 | + "jsxFactory": "h", /* Specify the JSX factory function used when targeting React JSX emit, e.g. 'React.createElement' or 'h'. */ |
20 | 20 | // "jsxFragmentFactory": "", /* Specify the JSX Fragment reference used for fragments when targeting React JSX emit e.g. 'React.Fragment' or 'Fragment'. */
|
21 |
| - "jsxImportSource": "@/utils", /* Specify module specifier used to import the JSX factory functions when using 'jsx: react-jsx*'. */ |
| 21 | + // "jsxImportSource": "@/utils", /* Specify module specifier used to import the JSX factory functions when using 'jsx: react-jsx*'. */ |
22 | 22 | // "reactNamespace": "", /* Specify the object invoked for 'createElement'. This only applies when targeting 'react' JSX emit. */
|
23 | 23 | // "noLib": true, /* Disable including any library files, including the default lib.d.ts. */
|
24 | 24 | // "useDefineForClassFields": true, /* Emit ECMAScript-standard-compliant class fields. */
|
|
0 commit comments