diff --git a/adblock-detect-react/tsconfig.json b/adblock-detect-react/tsconfig.json index 86bf5f3..3d426dc 100644 --- a/adblock-detect-react/tsconfig.json +++ b/adblock-detect-react/tsconfig.json @@ -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'. */ diff --git a/change/adblock-detect-react-1bd77115-7cfe-4870-b6c3-eda652d533e8.json b/change/adblock-detect-react-1bd77115-7cfe-4870-b6c3-eda652d533e8.json new file mode 100644 index 0000000..54ee995 --- /dev/null +++ b/change/adblock-detect-react-1bd77115-7cfe-4870-b6c3-eda652d533e8.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": "change jsx target back to react", + "packageName": "adblock-detect-react", + "email": "11051042+aruniverse@users.noreply.github.com", + "dependentChangeType": "patch" +}