Skip to content

Commit ef9dd71

Browse files
authored
change jsx target back to react (#31)
* change jsx target back to * Change files * update message
1 parent 9f4cf94 commit ef9dd71

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

adblock-detect-react/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
/* Language and Environment */
1414
"target": "ES2022", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
1515
// "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": "react", /* Specify what JSX code is generated. */
1717
// "experimentalDecorators": true, /* Enable experimental support for legacy experimental decorators. */
1818
// "emitDecoratorMetadata": true, /* Emit design-type metadata for decorated declarations in source files. */
1919
// "jsxFactory": "", /* Specify the JSX factory function used when targeting React JSX emit, e.g. 'React.createElement' or 'h'. */
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "change jsx target back to react",
4+
"packageName": "adblock-detect-react",
5+
"email": "11051042+aruniverse@users.noreply.github.com",
6+
"dependentChangeType": "patch"
7+
}

0 commit comments

Comments
 (0)