Adding ignore comment for new TSC compilers

canary
WolverinDEV 2019-11-25 00:42:43 +01:00
parent f82041b9d2
commit 709c77f857
1 changed files with 1 additions and 0 deletions

View File

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