From c3e2c72e0a99738cf4720027243de98ce5bb2d69 Mon Sep 17 00:00:00 2001 From: Max Isom Date: Sun, 21 Jan 2024 13:54:42 -0600 Subject: [PATCH] Fix ava/internal ESM type module --- entrypoints/internal.d.mts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoints/internal.d.mts b/entrypoints/internal.d.mts index 753b780e5..8afc573ea 100644 --- a/entrypoints/internal.d.mts +++ b/entrypoints/internal.d.mts @@ -1,4 +1,4 @@ -import type {StateChangeEvent} from '../types/state-change-events.d'; +import type {StateChangeEvent} from '../types/state-change-events.d.cts'; export type Event = StateChangeEvent;