Add workaround for files which only have an interface
This commit is contained in:
@ -1,3 +1,6 @@
|
||||
export interface IPacker {
|
||||
pack(path: string): void;
|
||||
}
|
||||
|
||||
// Needed because of: https://github.com/s-panferov/awesome-typescript-loader/issues/432
|
||||
export const WORKAROUND = "";
|
||||
|
Reference in New Issue
Block a user