diff --git a/sortablejs/sortablejs.d.ts b/sortablejs/sortablejs.d.ts index 1348a57fbb..87ca56e7c3 100644 --- a/sortablejs/sortablejs.d.ts +++ b/sortablejs/sortablejs.d.ts @@ -202,7 +202,7 @@ declare namespace Sortablejs { import Sortable = Sortablejs.Sortable; -declare module 'Sortable' { +declare module 'sortablejs' { import Sortable = Sortablejs.Sortable; export = Sortable; }