Skip to content

Commit c3e2c72

Browse files
authored
Fix ava/internal ESM type module
1 parent 0a05024 commit c3e2c72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoints/internal.d.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type {StateChangeEvent} from '../types/state-change-events.d';
1+
import type {StateChangeEvent} from '../types/state-change-events.d.cts';
22

33
export type Event = StateChangeEvent;
44

0 commit comments

Comments
 (0)