diff --git a/fixtures/output/example-0001.d.ts b/fixtures/output/example-0001.d.ts deleted file mode 100644 index bdbced1..0000000 --- a/fixtures/output/example-0001.d.ts +++ /dev/null @@ -1,6 +0,0 @@ -export declare interface ConfigOptions { - name: string - cwd?: string - defaultConfig: T -} -export declare function loadConfig>({ name, cwd, defaultConfig }: ConfigOptions): Promise; \ No newline at end of file