Skip to content

Commit

Permalink
Merge branch 'master' of github.com:etienne-dldc/tsdx
Browse files Browse the repository at this point in the history
  • Loading branch information
etienne-dldc committed Feb 18, 2020
2 parents 38f1d01 + ef353ff commit 7e634a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/createRollupConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export async function createRollupConfig(
target: 'esnext',
},
},
check: !opts.transpileOnly,
check: opts.transpileOnly === false,
useTsconfigDeclarationDir: Boolean(
tsconfigJSON?.compilerOptions?.declarationDir
),
Expand Down

0 comments on commit 7e634a8

Please sign in to comment.