Skip to content

Commit

Permalink
Merge pull request #299 from AndrewLeedham/master
Browse files Browse the repository at this point in the history
Export defaultOptions from parser
  • Loading branch information
pvasek authored Sep 17, 2020
2 parents 9a04aa1 + c317117 commit 1f0c3e4
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 1f0c3e4

Please sign in to comment.