Add workaround to include file in build
This commit is contained in:
@ -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 = "";
|
||||||
|
Reference in New Issue
Block a user