Adding ignore comment for new TSC compilers
This commit is contained in:
parent
f82041b9d2
commit
709c77f857
1 changed files with 1 additions and 0 deletions
1
file.ts
1
file.ts
|
@ -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>;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue