Skip to content

Commit 04b186f

Browse files
committed
Remove forced jsx option.
1 parent 84d6ff5 commit 04b186f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dash/extract-meta.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ function gatherComponents(sources, components = {}) {
180180
return components;
181181
}
182182

183-
const program = ts.createProgram(filepaths, {...tsconfig, esModuleInterop: true, jsx: "react"});
183+
const program = ts.createProgram(filepaths, {...tsconfig, esModuleInterop: true});
184184
const checker = program.getTypeChecker();
185185

186186
const coerceValue = t => {

0 commit comments

Comments
 (0)