From b2fea471f181b9b1de5f09330c3c25d9158275e7 Mon Sep 17 00:00:00 2001 From: Dolan Miu Date: Sun, 15 Nov 2020 23:03:44 +0000 Subject: [PATCH] Add workaround to include file in build --- src/file/paragraph/math/math-component.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/file/paragraph/math/math-component.ts b/src/file/paragraph/math/math-component.ts index afe83235f4..8251235455 100644 --- a/src/file/paragraph/math/math-component.ts +++ b/src/file/paragraph/math/math-component.ts @@ -19,3 +19,9 @@ export type MathComponent = | MathCurlyBrackets | MathAngledBrackets | MathSquareBrackets; + +// Needed because of: https://github.com/s-panferov/awesome-typescript-loader/issues/432 +/** + * @ignore + */ +export const WORKAROUND4 = "";