diff --git a/index.d.ts b/index.d.ts index 3677161..5e58ea0 100644 --- a/index.d.ts +++ b/index.d.ts @@ -18,7 +18,7 @@ interface RollupCommonJSOptions { * be transpiled by a previous plugin!) * @default [ '.js' ] */ - extensions: ReadonlyArray, + extensions?: ReadonlyArray, /** * if true then uses of `global` won't be dealt with by this plugin * @default false