Skip to content

Commit d1d76b3

Browse files
authored
Fixes
1 parent a491bd1 commit d1d76b3

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import type { Plugin } from "rollup";
2+
declare type Options = {
3+
packageJSONPath: string;
4+
};
5+
export declare function autoExternal({ packageJSONPath }: Options): Plugin;
6+
export {};
7+
//# sourceMappingURL=auto-external.d.ts.map

src/typings.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
declare module 'rollup-plugin-generate-package-json';
2-
declare module 'rollup-plugin-auto-external';
2+
declare module 'rollup-plugin-auto-external';
3+
declare module 'builtins';

0 commit comments

Comments
 (0)