Skip to content

Commit

Permalink
fix: default ts option object
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisermann committed Jul 29, 2020
1 parent 96010b9 commit 07ba62f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transformers/typescript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const importTransformer: ts.TransformerFactory<ts.SourceFile> = (context) => {
const transformer: Transformer<Options.Typescript> = ({
content,
filename,
options,
options = {},
}) => {
// default options
const compilerOptionsJSON = {
Expand Down

0 comments on commit 07ba62f

Please sign in to comment.