laobubu / HyperMD

A WYSIWYG Markdown Editor for browsers. Break the Wall between writing and previewing.
MIT License
1.47k stars 137 forks source link

File not found error when using the "Pasting with Turndown" powerpack with TypeScript #37

Closed michaelgmcd closed 6 years ago

michaelgmcd commented 6 years ago

Error:

<path>/node_modules/hypermd/powerpack/paste-with-turndown.d.ts
(1,22): File '<path>/node_modules/hypermd/src/powerpack/typings/turndown.d.ts' not found.

This is because the paste-with-turndown.d.ts file is referencing a file not included in the npm package:

/// <reference path="../src/powerpack/typings/turndown.d.ts" />
laobubu commented 6 years ago

Thanks. I will fix this in few days.