Add workaround for loading

This commit is contained in:
Dolan
2020-01-16 02:23:17 +00:00
parent 99ab2f0ef5
commit 212adbbffb

View File

@ -38,3 +38,9 @@ export interface IParagraphStyleOptions2 {
readonly keepLines?: boolean;
readonly outlineLevel?: number;
}
// Needed because of: https://github.com/s-panferov/awesome-typescript-loader/issues/432
/**
* @ignore
*/
export const WORKAROUND4 = "";