Skip to content

Commit

Permalink
Export defaultOptions from parser
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewLeedham committed Sep 17, 2020
1 parent 85b9033 commit c317117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export interface FileParser {
): ComponentDoc[];
}

const defaultOptions: ts.CompilerOptions = {
export const defaultOptions: ts.CompilerOptions = {
jsx: ts.JsxEmit.React,
module: ts.ModuleKind.CommonJS,
target: ts.ScriptTarget.Latest
Expand Down

0 comments on commit c317117

Please sign in to comment.