Add workaround to include file in build

This commit is contained in:
Dolan Miu
2020-11-15 23:03:44 +00:00
parent 27638063c8
commit b2fea471f1

View File

@ -19,3 +19,9 @@ export type MathComponent =
| MathCurlyBrackets | MathCurlyBrackets
| MathAngledBrackets | MathAngledBrackets
| MathSquareBrackets; | MathSquareBrackets;
// Needed because of: https://github.com/s-panferov/awesome-typescript-loader/issues/432
/**
* @ignore
*/
export const WORKAROUND4 = "";