diff --git a/src/fileWatch.ts b/src/fileWatch.ts index cb74f7f..98d95e9 100644 --- a/src/fileWatch.ts +++ b/src/fileWatch.ts @@ -1,6 +1,6 @@ import CheapWatch from "cheap-watch"; -import { config } from "./config"; -import { EventType } from "./eventTypes"; +import { config } from "./config.js"; +import { EventType } from "./eventTypes.js"; import { mkdir, readdir } from "fs/promises"; import { resolve } from "path"; import type { Signal } from "signal-js";