Skip to content

Commit 615fcf9

Browse files
committed
Remove bad recommendation for JSX configuration
1 parent e37db58 commit 615fcf9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lib/utils/jsx.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
* {
88
* "jsx": "react",
99
* "jsxFactory": "JSX.createElement",
10-
* "jsxFragmentFactory": "JSX.Fragment",
11-
* "jsxImportSource": "typedoc"
10+
* "jsxFragmentFactory": "JSX.Fragment"
1211
* }
1312
* ```
1413
* @module

0 commit comments

Comments
 (0)