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 771b929 commit fa82f73Copy full SHA for fa82f73
src/watch.ts
@@ -64,8 +64,7 @@ export const watch = async (
64
scriptNamesToUsers.get(scriptName).add(user)
65
}
66
67
- const watcher = watchDirectory([ `*.ts`, `*.js` ], {
68
- depth: 1,
+ const watcher = watchDirectory([ `*/*.ts`, `*/*.js` ], {
69
cwd: sourceDirectory,
70
awaitWriteFinish: { stabilityThreshold: 100 },
71
ignored: `*.d.ts`
0 commit comments