From 5185eb8e5b88ab176077b3c8fe2eccaad9a71d78 Mon Sep 17 00:00:00 2001 From: Nicolas HENRY Date: Thu, 4 Apr 2019 10:09:22 +0200 Subject: [PATCH] make "extensions" optional --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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