Skip to content

Commit

Permalink
TSC Error Suppression for latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
vunderkind committed Oct 26, 2022
1 parent 57a46c0 commit fe71a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ async function checkTsBuildWithTsc(
verbose = false
) {
await executeCommand(
`${TSC} --noEmit --experimentalDecorators --target es2020 --moduleResolution node ${sourceFileWithPath}`,
`${TSC} --noEmit --skipLibCheck --experimentalDecorators --target es2020 --moduleResolution node ${sourceFileWithPath}`,
verbose
);
}
Expand Down

0 comments on commit fe71a6e

Please sign in to comment.