Skip to content

Commit

Permalink
Must export Options
Browse files Browse the repository at this point in the history
  • Loading branch information
doug authored May 8, 2018
1 parent f1021ad commit d7beb04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extractor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const defaultOpts = {
includeFilters: [] as Array<RegExp|string>
};

type Options = typeof defaultOpts;
export type Options = typeof defaultOpts;

let program: ts.Program;
let checker: ts.TypeChecker;
Expand Down

0 comments on commit d7beb04

Please sign in to comment.