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 6ef5dbe commit 3d3e502Copy full SHA for 3d3e502
extensions/gulp/src/main.ts
@@ -179,7 +179,7 @@ class FolderDetector {
179
for (const filename of await fs.promises.readdir(root)) {
180
181
const ext = path.extname(filename);
182
- if (ext !== '.js' && ext !== '.mjs' && ext !== '.cjs') {
+ if (ext !== '.js' && ext !== '.mjs' && ext !== '.cjs' && ext !== '.ts') {
183
continue;
184
}
185
0 commit comments