Skip to content

Commit

Permalink
Add JSX preserve option to tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
scottchen98 committed Dec 12, 2024
1 parent 396401b commit b4ad353
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"baseUrl": ".",
"paths": {
"~/*": ["*"]
}
},
"jsx": "preserve"
},
"include": [
"**/*.ts",
Expand Down

0 comments on commit b4ad353

Please sign in to comment.