Skip to content

Commit

Permalink
Remove bad recommendation for JSX configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit0 committed Oct 17, 2021
1 parent e37db58 commit 615fcf9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib/utils/jsx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
* {
* "jsx": "react",
* "jsxFactory": "JSX.createElement",
* "jsxFragmentFactory": "JSX.Fragment",
* "jsxImportSource": "typedoc"
* "jsxFragmentFactory": "JSX.Fragment"
* }
* ```
* @module
Expand Down

0 comments on commit 615fcf9

Please sign in to comment.