chore(ts): use source import extensions
This commit is contained in:
2
packages/agent/src/harness/env/nodejs.ts
vendored
2
packages/agent/src/harness/env/nodejs.ts
vendored
@@ -26,7 +26,7 @@ import {
|
||||
ok,
|
||||
type Result,
|
||||
toError,
|
||||
} from "../types.js";
|
||||
} from "../types.ts";
|
||||
|
||||
function resolvePath(cwd: string, path: string): string {
|
||||
return isAbsolute(path) ? path : resolve(cwd, path);
|
||||
|
||||
Reference in New Issue
Block a user