Skip to content

Commit

Permalink
chore: remove jsx config
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisre committed Nov 6, 2020
1 parent f5b8508 commit 3967f82
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
"noUnusedParameters": true,
// use Node's module resolution algorithm, instead of the legacy TS one
"moduleResolution": "node",
// transpile JSX to React.createElement
"jsx": "react",
// interop between ESM and CJS modules. Recommended by TS
"esModuleInterop": true,
// significant perf increase by skipping checking .d.ts files, particularly those in node_modules. Recommended by TS
Expand Down

0 comments on commit 3967f82

Please # to comment.