diff --git a/src/interfaces.ts b/src/interfaces.ts index 8b54375..cfc527a 100644 --- a/src/interfaces.ts +++ b/src/interfaces.ts @@ -1,4 +1,4 @@ -import { IMeta, InspectOptions } from "./runtime/nodejs"; +import { IMeta, InspectOptions } from "./runtime/nodejs/index.js"; export type TStyle = | null