feat(package): modernize package metadata, typings, and test setup for ESM builds

This commit is contained in:
2026-05-01 21:57:01 +00:00
parent 2eae324908
commit 84b4f355f8
14 changed files with 7620 additions and 18980 deletions
+6
View File
@@ -0,0 +1,6 @@
declare module 'turndown-plugin-gfm' {
export const gfm: unknown;
export const strikethrough: unknown;
export const tables: unknown;
export const taskListItems: unknown;
}