We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 017dd08 commit 653b655Copy full SHA for 653b655
scripts/exercise.js
@@ -37,7 +37,7 @@ if (!exercise) {
37
}
38
39
const allExercises = fg.sync(
40
- path.join(srcPath, "**", "**.ts").replace(/\\/g, "/"),
+ path.join(srcPath, "**", "**.{ts,tsx}").replace(/\\/g, "/"),
41
);
42
43
let pathIndicator = ".problem.";
0 commit comments