Adding ignore comment for new TSC compilers

This commit is contained in:
WolverinDEV 2019-11-25 00:42:43 +01:00
parent f82041b9d2
commit 709c77f857

View file

@ -447,6 +447,7 @@ const APP_FILE_LIST = [
...CERTACCEPT_FILE_LIST, ...CERTACCEPT_FILE_LIST,
]; ];
//@ts-ignore
declare module "fs-extra" { declare module "fs-extra" {
export function exists(path: PathLike): Promise<boolean>; export function exists(path: PathLike): Promise<boolean>;
} }