Add ignores so it doesnt get generated in documentation
This commit is contained in:
@ -3,4 +3,7 @@ export interface IPacker {
|
||||
}
|
||||
|
||||
// Needed because of: https://github.com/s-panferov/awesome-typescript-loader/issues/432
|
||||
/**
|
||||
* @ignore
|
||||
*/
|
||||
export const WORKAROUND = "";
|
||||
|
@ -20,4 +20,7 @@ export interface IMediaData {
|
||||
}
|
||||
|
||||
// Needed because of: https://github.com/s-panferov/awesome-typescript-loader/issues/432
|
||||
/**
|
||||
* @ignore
|
||||
*/
|
||||
export const WORKAROUND2 = "";
|
||||
|
@ -3,4 +3,7 @@ export interface IXmlableObject extends Object {
|
||||
}
|
||||
|
||||
// Needed because of: https://github.com/s-panferov/awesome-typescript-loader/issues/432
|
||||
export const WORKAROUND3 = "workaround";
|
||||
/**
|
||||
* @ignore
|
||||
*/
|
||||
export const WORKAROUND3 = "";
|
||||
|
Reference in New Issue
Block a user