Skip to content

Commit 528265f

Browse files
committed
Remove unneeded option in tsconfig.json
1 parent a90db03 commit 528265f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"newLine": "lf",
1313
"skipLibCheck": true,
1414
"strict": true,
15-
"target": "es2020",
16-
"jsx": "preserve"
15+
"target": "es2020"
1716
}
1817
}

0 commit comments

Comments
 (0)