From 07eb44e483314528c96d6125a306167dbd308c7e Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Mon, 19 Jul 2021 11:56:14 +1000 Subject: fix(tsc): add .at() types manually to tsc (#11443) Fixes: #11441 --- cli/dts/typescript.d.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'cli/dts/typescript.d.ts') diff --git a/cli/dts/typescript.d.ts b/cli/dts/typescript.d.ts index b86a3a299..0cae15013 100644 --- a/cli/dts/typescript.d.ts +++ b/cli/dts/typescript.d.ts @@ -5205,6 +5205,7 @@ declare namespace ts { * writeFileCallback */ writeFile?(path: string, data: string, writeByteOrderMark?: boolean): void; + getCustomTransformers?: (project: string) => CustomTransformers | undefined; getModifiedTime(fileName: string): Date | undefined; setModifiedTime(fileName: string, date: Date): void; deleteFile(fileName: string): void; -- cgit v1.2.3