Hack to fix typescript error in dependency. PR sent, and this fixes it temporarily.

This commit is contained in:
Sebastian Qvarfordt
2020-07-07 11:14:20 +02:00
parent d546ff776d
commit 9fa773d571
3 changed files with 1 additions and 8 deletions
@@ -14,6 +14,7 @@
* limitations under the License.
*/
// @ts-ignore
import sanitizeHtml from 'sanitize-html';
import type { Transformer } from '..';
import { TECHDOCS_ALLOWED_TAGS } from './tags';