Skip to content

Commit

Permalink
change jsx target back to react (#31)
Browse files Browse the repository at this point in the history
* change jsx target back to

* Change files

* update message
  • Loading branch information
aruniverse authored Jan 3, 2024
1 parent 9f4cf94 commit ef9dd71
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion adblock-detect-react/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
/* Language and Environment */
"target": "ES2022", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
// "lib": [], /* Specify a set of bundled library declaration files that describe the target runtime environment. */
"jsx": "preserve", /* Specify what JSX code is generated. */
"jsx": "react", /* Specify what JSX code is generated. */
// "experimentalDecorators": true, /* Enable experimental support for legacy experimental decorators. */
// "emitDecoratorMetadata": true, /* Emit design-type metadata for decorated declarations in source files. */
// "jsxFactory": "", /* Specify the JSX factory function used when targeting React JSX emit, e.g. 'React.createElement' or 'h'. */
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "change jsx target back to react",
"packageName": "adblock-detect-react",
"email": "[email protected]",
"dependentChangeType": "patch"
}

1 comment on commit ef9dd71

@vercel
Copy link

@vercel vercel bot commented on ef9dd71 Jan 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.