Skip to content

Commit

Permalink
fix: not overriding noUnusedParameters of compiler options (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
marekdedic authored Feb 26, 2025
1 parent e710685 commit 76a5913
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ const fixedCompilerOptions: ts.CompilerOptions = {
noEmit: false,
declaration: true,
emitDeclarationOnly: true,
noUnusedParameters: false,
checkJs: false,
skipLibCheck: true,
preserveSymlinks: false,
Expand Down

0 comments on commit 76a5913

Please sign in to comment.