feat(tools): allow tsx tabs (#61936)

Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
This commit is contained in:
Anna
2025-09-12 14:16:37 -04:00
committed by GitHub
parent 28411a2cec
commit ee05b0d5da
8 changed files with 26 additions and 5 deletions
+14
View File
@@ -70,5 +70,19 @@ export const challengeFiles: ChallengeFile[] = [
editableRegionBoundaries: [],
usesMultifileEditor: true,
path: 'index.jsx',
},
{
contents: 'some tsx',
error: null,
ext: 'tsx',
head: '',
history: ['index.tsx'],
fileKey: 'indextsx',
name: 'index',
seed: 'some tsx',
tail: '',
editableRegionBoundaries: [],
usesMultifileEditor: true,
path: 'index.tsx',
}
]