Add ignores so it doesnt get generated in documentation

This commit is contained in:
Dolan
2018-08-09 23:40:11 +01:00
parent d44b0d50d8
commit ad356d2759
3 changed files with 10 additions and 1 deletions

View File

@ -3,4 +3,7 @@ export interface IPacker {
} }
// Needed because of: https://github.com/s-panferov/awesome-typescript-loader/issues/432 // Needed because of: https://github.com/s-panferov/awesome-typescript-loader/issues/432
/**
* @ignore
*/
export const WORKAROUND = ""; export const WORKAROUND = "";

View File

@ -20,4 +20,7 @@ export interface IMediaData {
} }
// Needed because of: https://github.com/s-panferov/awesome-typescript-loader/issues/432 // Needed because of: https://github.com/s-panferov/awesome-typescript-loader/issues/432
/**
* @ignore
*/
export const WORKAROUND2 = ""; export const WORKAROUND2 = "";

View File

@ -3,4 +3,7 @@ export interface IXmlableObject extends Object {
} }
// Needed because of: https://github.com/s-panferov/awesome-typescript-loader/issues/432 // Needed because of: https://github.com/s-panferov/awesome-typescript-loader/issues/432
export const WORKAROUND3 = "workaround"; /**
* @ignore
*/
export const WORKAROUND3 = "";