@forge/cli-shared
8.24.08.24.0-experimental-04cc2b9
out/shared/read-app-config-files.d.ts~
out/shared/read-app-config-files.d.tsModified+2−2
Index: package/out/shared/read-app-config-files.d.ts
===================================================================
--- package/out/shared/read-app-config-files.d.ts
+++ package/out/shared/read-app-config-files.d.ts
@@ -1,7 +1,7 @@
import { FileSystemReader } from '../file-system';
-export declare const listGitIgnoreFiles: (fileSystemReader: Pick<FileSystemReader, 'readFile' | 'readGlob' | 'hasGlobSpecialChars'>, gitIgnorePath?: string) => Promise<string[]>;
-export declare const listTSConfigIncludeExclude: (fileSystemReader: Pick<FileSystemReader, 'readFile' | 'readGlob'>, tsConfigPath?: string) => Promise<{
+export declare const listGitIgnoreFiles: (fileSystemReader: Pick<FileSystemReader, "readFile" | "readGlob" | "hasGlobSpecialChars">, gitIgnorePath?: string) => Promise<string[]>;
+export declare const listTSConfigIncludeExclude: (fileSystemReader: Pick<FileSystemReader, "readFile" | "readGlob">, tsConfigPath?: string) => Promise<{
include: string[];
exclude: string[];
}>;
//# sourceMappingURL=read-app-config-files.d.ts.map
\ No newline at end of file