Skip to content

Commit aec6ff7

Browse files
committed
add support for .tsx files
1 parent e90aef8 commit aec6ff7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bin/helpers/constants.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,8 @@ const allowedFileTypes = [
307307
"pmp",
308308
"max",
309309
"mjpeg",
310-
"y4m"
310+
"y4m",
311+
"tsx"
311312
];
312313

313314
const filesToIgnoreWhileUploading = [

0 commit comments

Comments
 (0)