We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a491bd1 commit d1d76b3Copy full SHA for d1d76b3
action/rollup-plugins/auto-external.d.ts
@@ -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
@@ -1,2 +1,3 @@
declare module 'rollup-plugin-generate-package-json';
-declare module 'rollup-plugin-auto-external';
+declare module 'rollup-plugin-auto-external';
+declare module 'builtins';
0 commit comments