Skip to content

Commit 3e17556

Browse files
authored
restore jsx setting in roam/tsconfig (#393)
1 parent 3d90216 commit 3e17556

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/roam/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"baseUrl": ".",
1212
"outDir": "dist",
1313
"allowJs": false,
14+
"jsx": "react",
1415
"noUncheckedIndexedAccess": false
1516
}
1617
}

0 commit comments

Comments
 (0)