Skip to content

Commit 653b655

Browse files
committed
Made 38 work
1 parent 017dd08 commit 653b655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/exercise.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ if (!exercise) {
3737
}
3838

3939
const allExercises = fg.sync(
40-
path.join(srcPath, "**", "**.ts").replace(/\\/g, "/"),
40+
path.join(srcPath, "**", "**.{ts,tsx}").replace(/\\/g, "/"),
4141
);
4242

4343
let pathIndicator = ".problem.";

0 commit comments

Comments
 (0)