Skip to content

Commit

Permalink
fix: missing collapseSamePrefixes option default value (#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
ycs77 committed Jul 6, 2022
1 parent 16e9ada commit 1fd5298
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/options.ts
Expand Up @@ -11,6 +11,7 @@ export const defaultOptions: Omit<Required<Options>, 'include' | 'exclude' | 'tr
dts: isPackageExists('typescript'),

directoryAsNamespace: false,
collapseSamePrefixes: false,
globalNamespaces: [],

resolvers: [],
Expand Down

0 comments on commit 1fd5298

Please sign in to comment.