Skip to content
This repository has been archived by the owner on Aug 4, 2021. It is now read-only.

Commit

Permalink
make "extensions" optional (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolashenry authored and lukastaegert committed Apr 4, 2019
1 parent 3921f28 commit 456a223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Expand Up @@ -18,7 +18,7 @@ interface RollupCommonJSOptions {
* be transpiled by a previous plugin!)
* @default [ '.js' ]
*/
extensions: ReadonlyArray<string | RegExp>,
extensions?: ReadonlyArray<string | RegExp>,
/**
* if true then uses of `global` won't be dealt with by this plugin
* @default false
Expand Down

0 comments on commit 456a223

Please sign in to comment.