Skip to content

Commit

Permalink
feat(type-check): use .tsconfig options for printer
Browse files Browse the repository at this point in the history
  • Loading branch information
LuLaValva committed Jul 11, 2024
1 parent 98fc23f commit 6d175aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/type-check/src/run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ export default function run(opts: Options) {
const typeChecker = program.getTypeChecker();
const printer = ts.createPrinter({
noEmitHelpers: true,
removeComments: true,
...options,
});
writeFile = (
fileName,
Expand Down

0 comments on commit 6d175aa

Please sign in to comment.