Rename first batch for '.ts' files to '.tsx' in doctor, static and test-utils

Summary: Rename first batch for '.ts' files to '.tsx'

Reviewed By: nikoant

Differential Revision: D33843051

fbshipit-source-id: 68dd2dc6538afce2daaf24c6412dc5db8b38acbc
This commit is contained in:
Anton Kastritskiy
2022-01-28 08:30:51 -08:00
committed by Facebook GitHub Bot
parent 6a28a712f9
commit b4fc108c2e
11 changed files with 1 additions and 1 deletions

View File

@@ -327,7 +327,7 @@ export async function compileMain() {
});
await Metro.runBuild(config, {
platform: 'web',
entry: path.join(staticDir, 'main.ts'),
entry: path.join(staticDir, 'main.tsx'),
out,
dev,
minify: !dev,