Skip to content

Commit

Permalink
chore(tsconfig): remove jsx for everyone
Browse files Browse the repository at this point in the history
  • Loading branch information
ggdaltoso committed Sep 24, 2020
1 parent bb6ae15 commit 4d518d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"target": "es5",
"lib": ["es5", "es6", "es7", "es2017", "dom"],
"sourceMap": true,
"jsx": "react",
"moduleResolution": "node",
"forceConsistentCasingInFileNames": true,
"noImplicitReturns": true,
Expand Down

0 comments on commit 4d518d1

Please sign in to comment.