Skip to content
This repository was archived by the owner on Oct 25, 2023. It is now read-only.

Commit 9bb9799

Browse files
committed
Enabled JSX preserve in TypeScript config
1 parent e6fdfbf commit 9bb9799

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"compilerOptions": {
33
"baseUrl": ".",
44
"esModuleInterop": true,
5+
"jsx": "preserve",
56
"lib": ["ESNext", "DOM"],
67
"module": "ESNext",
78
"moduleResolution": "Node",

0 commit comments

Comments
 (0)