Skip to content

Commit

Permalink
Removed formatting change introduced by a different version of prettier.
Browse files Browse the repository at this point in the history
  • Loading branch information
markbradley27 committed Oct 2, 2021
1 parent 9143167 commit d06f965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin.ts
Expand Up @@ -288,7 +288,7 @@ export function main(
}

if (showConfig) {
const ts = service.ts as any as TSInternal;
const ts = (service.ts as any) as TSInternal;
if (typeof ts.convertToTSConfig !== 'function') {
console.error(
'Error: --show-config requires a typescript versions >=3.2 that support --showConfig'
Expand Down

0 comments on commit d06f965

Please sign in to comment.